Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 2.32 KB

CONTRIBUTING.md

File metadata and controls

40 lines (22 loc) · 2.32 KB

Contribute

Introduction

First, thank you for considering contributing to Cachet! It's people like you that make the open source community such a great community! 😊

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

We welcome any type of contribution, not only code. You can help with

  • QA: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
  • Code: take a look at the open issues. Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
  • Documentation: add documentation for this project when contributing code, write best-practices or tips&tricks in general.
  • Financial: we welcome financial contributions by sponsoring this project

Your First Contribution

Working on your first Pull Request ever? You can learn how from this free series, How to Contribute to an Open Source Project on GitHub.

Not too familiar with markdown? Have a look at this also free Markdown tutorial to get started or refresh your memory.

Submitting code

Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it. The pull request should also contain tests.

Code review process

The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge. It is also always helpful to have some context for your pull request. What was the purpose? Why does it matter to you?

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Questions

If you have any questions, please create a new issue.