Add a pull request template

This will encourage people committing code to explain the purpose of their pull request and ease reviewing.
This commit is contained in:
Robert Luke 2021-05-14 09:56:01 +10:00 committed by GitHub
parent ff6dedec1f
commit c4e1594518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,22 @@
Thanks for contributing a pull request!
Please be aware that we are a loose team of volunteers so patience is
necessary. Assistance handling other issues is very welcome. We value
all user contributions, no matter how minor they are. If we are slow to
review, either the pull request needs some benchmarking, tinkering,
convincing, etc. or more likely the reviewers are simply busy. In either
case, we ask for your understanding during the review process.
Again, thanks for contributing!
#### What does this implement/fix?
Explain your changes. Please be as descriptive as possible.
#### Reference issue
Example: Fixes #1234.
#### Additional information
Any additional information you think is important.