diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-06-13 23:45:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 23:45:46 +0200 |
commit | 1a80df50db26c2752d869726cddba3460dd6daaa (patch) | |
tree | 49a924e0e93aacc03530099ebc9441315f4fa7cd /.github | |
parent | 737d21cc563f7b57d127362294b6049ebc239675 (diff) | |
download | NorthstarMods-1a80df50db26c2752d869726cddba3460dd6daaa.tar.gz NorthstarMods-1a80df50db26c2752d869726cddba3460dd6daaa.zip |
Add pull request template (#389)v1.8.1-rc2v1.8.1-rc1
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..871b946e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +<!-- +WHEN OPENING A PULL REQUEST KEEP IN MIND: +-> If the changes you made can be summarised in a screenshot, add one (e.g. you changed the layout of an in-game menu) +-> If the changes you made can be summarised in a screenrecording, add one (e.g. proof that you fixed a certain bug) + +-> Please use a sensible title for your pull request + +-> Please describe the changes you made. The easier it is to understand what you changed, the higher the chances of your PR being merged (in a timely manner). + +-> If you made multiple independent changes, please make a new PR for each one. This prevents your PR being blocked from merging by one of the changes you made. + +Note that commit messages in PRs will generally be squashed to keep commit history clean. +--> + +Replace this line with a description of your change (and screenshots/screenrecordings if applicable). |