Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 521 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
18 lines (10 loc) · 521 Bytes

Contributing

1. Create an issue to make sure its something that should be done.

2. Create a fork/branch.

3. Do your work.

Be sure to adhere to the prevailing style of the project.

4. Write tests for your fix/new functionality.

5. Create a pull request to revenuecat/master and request review

Explain in your pull request the work that was done, the reasoning, and that tests passed.

6. Make changes in response to review

7. Bask in the glory of community maintained software