diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-22 14:57:03 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-22 14:59:57 +0200 |
commit | 8b3093e7580c01e43d80803b8b931445f9438bc8 (patch) | |
tree | 0554ac422ea4c41f089062789e9e8232a967434e /.github/pull_request_template.md | |
parent | 54c26b05faa73dd6c8eb21f6fa898d438a3e867a (diff) | |
download | PrismLauncher-8b3093e7580c01e43d80803b8b931445f9438bc8.tar.gz PrismLauncher-8b3093e7580c01e43d80803b8b931445f9438bc8.tar.bz2 PrismLauncher-8b3093e7580c01e43d80803b8b931445f9438bc8.zip |
chore: add PR template
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/pull_request_template.md')
-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 00000000..41f0604e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +<!-- +Hey there! Thanks for your contribution. + +Please make sure that your commits are signed off first. +If you don't know how that works, check out our contribution guidelines: https://github.com/PrismLauncher/PrismLauncher/blob/develop/CONTRIBUTING.md#signing-your-work +If you already created your commits, you can run `git rebase --signoff develop` to retroactively sign-off all your commits and `git push --force` to override what you have pushed already. + +Note that signing and signing-off are two different things! +--> |