Update CONTRIBUTING.md
This commit is contained in:
parent
63f85d2790
commit
b7a54f6400
|
@ -6,8 +6,8 @@ First, thank you for considering contributing to react-native-firebase! It's peo
|
||||||
|
|
||||||
We welcome any type of contribution, not only code. You can help with
|
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)
|
* **QA**: file bug reports, the more details you can give the better (e.g. platform versions, screenshots sdk versions & logs)
|
||||||
* **Docs**: improve reference coverage, add more examples, fix any typos or anything else you can spot. At the top of every page on our docs site you can click the `Edit` pencil to go to that pages markdown file, or view the [Docs Repo](https://github.com/invertase/react-native-firebase-docs) directly
|
* **Docs**: improve reference coverage, add more examples, fix typos or anything else you can spot. At the top of every page on our docs site you can click the `Edit` pencil to go to that pages markdown file, or view the [Docs Repo](https://github.com/invertase/react-native-firebase-docs) directly
|
||||||
* **Marketing**: writing blog posts, howto's, printing stickers, ...
|
* **Marketing**: writing blog posts, howto's, printing stickers, ...
|
||||||
* **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
|
* **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
|
||||||
* **Code**: take a look at the [open issues](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.
|
* **Code**: take a look at the [open issues](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.
|
||||||
|
@ -20,12 +20,12 @@ Working on your first Pull Request? You can learn how from this _free_ series, [
|
||||||
|
|
||||||
## Submitting code
|
## 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.
|
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 where possible.
|
||||||
|
|
||||||
## Code review process
|
## 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.
|
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?
|
It is also always helpful to have some context for your pull request. What was the purpose? Why does it matter to you? Tag in any linked issues.
|
||||||
|
|
||||||
## Financial contributions
|
## Financial contributions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue