Skip to content

Commit

Permalink
📚 Add suggestions to community contributors docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltomasik committed Apr 9, 2018
1 parent 7a851d5 commit 5df3706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -90,7 +90,7 @@ When you're done, submit a pull request and for one of the maintainers to check
## Pull Requests
- Title
- Use the imperative mood ("Fix bug" not "Fixed bug")
- Use this structure `[name] - Closes #[issue number]` it will automatically close issue after PR will get merge.
- Use this structure `[issue number]-[what-ticket-is-about]` it will automatically close issue after PR will get merge.
ex. `Fix bug - Closes #123`
- Description
- Fill our description template
Expand All @@ -113,6 +113,7 @@ When you're done, submit a pull request and for one of the maintainers to check
* Please use `rebase` instead of `merge` for resolving conflicts
* Delete Branch after PR gets merged
* Make sure that Jenkins build passes
* Remember to delete branch after successfully merging the PR.

##### Example
![Alt text](./docs/assets/pr.png?raw=true "Perfect PR")
Expand Down

0 comments on commit 5df3706

Please sign in to comment.