diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-22 15:32:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 15:32:00 +0200 |
commit | 2ec43101043885b124a0870b30afd35074f79e35 (patch) | |
tree | 2b2034490bb2bbb6f0e7855b3acb4e9942ce9a29 | |
parent | 24e4db676a57d1713a95b2ddda8f7a0cb1c9dc6a (diff) | |
parent | 8b3093e7580c01e43d80803b8b931445f9438bc8 (diff) | |
download | PrismLauncher-2ec43101043885b124a0870b30afd35074f79e35.tar.gz PrismLauncher-2ec43101043885b124a0870b30afd35074f79e35.tar.bz2 PrismLauncher-2ec43101043885b124a0870b30afd35074f79e35.zip |
Merge pull request #230 from Scrumplex/add-pr-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 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! +--> |