diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-07-20 16:42:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 16:42:04 +0200 |
commit | d585bac7d294e715ccd6a3fe48e43b43a56565b7 (patch) | |
tree | bddc641dadc3eada40a7c17b59985279fc34184f /.github | |
parent | 85eb27362bd295a9e1560982a3369a688e13ded0 (diff) | |
download | NorthstarMods-d585bac7d294e715ccd6a3fe48e43b43a56565b7.tar.gz NorthstarMods-d585bac7d294e715ccd6a3fe48e43b43a56565b7.zip |
Mention reproducing bugs and feature usage desc. (#436)
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 871b946e..8cda06a3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,9 @@ 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) +-> For fixes, description on how to reproduce the bug are appreciated and help your PR get merged faster +-> For features, description on how to use or a sample mod that makes use of the feature is appreciated and will help your PR get merged faster + -> 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). |