Add a pull request template

This commit is contained in:
starkos 2019-08-29 10:22:31 -04:00
parent e61480245f
commit c5679d4ecc

21
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,21 @@
**What does this PR do?**
Thanks for the contribution! Please provide a concise description of the problem this request solves.
**How does this PR change Premake's behavior?**
Are there any breaking changes? Will any existing behavior change?
**Anything else we should know?**
Add any other context about your changes here.
**Did you check all the boxes?**
- [ ] Focus on a single fix or feature; remove any unrelated formatting or code changes
- [ ] Add unit tests showing fix or feature works; all tests pass
- [ ] Mention any [related issues](https://github.com/premake/premake-core/issues) (put `closes #XXXX` in comment to auto-close issue when PR is merged)
- [ ] Follow our [coding conventions]([https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#coding-conventions](https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#coding-conventions))
- [ ] Minimize the number of commits
*You can now [support Premake on our OpenCollective](https://opencollective.com/premake). Your contributions help us spend more time responding to requests like these!*