Commit Graph

4 Commits

Author SHA1 Message Date
Douglas Stridsberg 3acb9da855 Contributing using the correct branch naming convention
CONTRIBUTING.md should propose a correct branch name for new users submitting PR's, i.e. the naming convention `bug-<issue#>-<description>` or `feature-<issue#>-<description>`.

The GitHub PR template has been modified slightly as there was a `>` missing.
2019-02-27 11:35:37 +00:00
AlexCatarino 0f6d46a7d0 Fixes typo in pull request template 2018-07-03 17:52:54 +01:00
Michael Handschuh 320a99aca2 Remove documentation from pr checklist, make tests required
Every PR should be accompanied by tests that showcase the item fixed or new
feature. If a PR is not accompanied by tests, then there should be reason as
to why. In some (rare) cases, some PRs may just be documentation changes and
these won't required test changes.
2018-02-27 15:23:05 -05:00
Michael Handschuh 55a0bcae5a Add a template for git hub pull requests
First revision of a PR template. We can modify this as need be.
2018-02-26 11:33:12 -05:00