Merge pull request #374 from diamante0018/general-pr

[General] Add pull request template
This commit is contained in:
Dss0 2022-07-21 12:27:17 +02:00 committed by GitHub
commit b71c2235f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,19 @@
**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 IW4x's behavior?**
Are there any breaking changes? Will any existing behavior change?
Specify the new expected behaviour if this PR adds a new gameplay feature or alters an existing game mechanic. You may provide an image or video showing the changes.
**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
- [ ] Mention any [related issues](https://github.com/XLabsProject/iw4x-client/issues) (put `closes #XXXX` in comment to auto-close issue when PR is merged)
- [ ] Follow our [coding conventions](https://github.com/XLabsProject/iw4x-client/blob/master/CODESTYLE.md)
- [ ] Minimize the number of commits