Add a pull request template
This commit is contained in:
parent
e61480245f
commit
c5679d4ecc
21
.github/pull_request_template.md
vendored
Normal file
21
.github/pull_request_template.md
vendored
Normal 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!*
|
Reference in New Issue
Block a user