Skip to content

Commit

Permalink
Change naming convention suggestion for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitounator committed Sep 10, 2018
1 parent 3c63d2f commit aa04236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,9 +732,9 @@ All contributions to this role are welcome, either for bugfixes, new features or
If you wish to contribute:
- Fork the repo under your own name/organisation through github interface
- Create a branch in your own repo with a meaningfull name. We suggest the following naming convention:
- `feature_<someFeature>` for features
- `fix_<someBugFix>` for bug fixes
- `docfix_<someDocFix>` for documentation only fixes
- `feat/<someFeature>` for features
- `fix/<someBugFix>` for bug fixes
- `docfix/<someDocFix>` for documentation only fixes
- If starting an important feature change, open a pull request early describing what you want to do so we can discuss it if needed. This will prevent you from doing a lot of hard work on a lot of code for changes that we cannot finally merge.
- If there are build error on your pull request, have a look at the travis log and fix the relevant errors.

Expand Down

0 comments on commit aa04236

Please sign in to comment.