Commit Graph

7 Commits

Author SHA1 Message Date
Jared ac8781dbfd Feature sponsorship button (#4484)
* Create FUNDING.yml
2020-06-03 13:57:39 -07:00
Martin-Molinero 33192703aa Add performance and refactor PR template 2019-11-14 17:43:59 -03:00
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 40361a48e5 Add a template for git hub issues
First revision of an issue template. We can modify this as need be.
2018-02-26 12:59:57 -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