diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-02-02 19:15:35 +0100 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-02 18:49:40 -0300 |
commit | 6da8a854a4823b67d17e98258a292684dc7bf4ae (patch) | |
tree | 4674e6ee805dcf3ad6e0fe803def4333689ee35c | |
parent | 5b4c7f434d6029ec78be9a6b7ff8e68cc423596c (diff) | |
download | NorthstarWiki-6da8a854a4823b67d17e98258a292684dc7bf4ae.tar.gz NorthstarWiki-6da8a854a4823b67d17e98258a292684dc7bf4ae.zip |
Add pull request template
-rw-r--r-- | .github/pull_request_template.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..aa32cb5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +<!-- +BEFORE OPENING A PULL REQUEST: +-> Check which version of Northstar your change targets. Documentation about feature not yet released should be merged into the `next-release` branch instead +-> If you're adding multiple independent changes (e.g. adding a section about modding while also fixing a typo on another page) it's generally recommended to split these changes into separate pull requests. + +Note that pull requests containing lots of unhelpful commit messages will generally be squashed to keep commit history clean. +--> + +Replace this line with a short description of your change. |