diff options
author | Stanislas Lange <git@slange.me> | 2023-01-21 23:12:52 +0100 |
---|---|---|
committer | Stanislas Lange <git@slange.me> | 2023-01-21 23:12:58 +0100 |
commit | 591a3d2faa16e1a37bace6580b4c9f2e946fde72 (patch) | |
tree | caa74878bbc7de07ef5bdeab5d973e971cbd5054 /.github/pull_request_template.md | |
parent | 0fecf9d783ccb53c6c583e024669e3efe4151227 (diff) |
Add issue/PR templates, update README
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..2940147 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +<!--- +❗️ Please read ❗️ +➡️ Please make sure you've followed the guidelines: https://github.com/angristan/wireguard-install#contributing +✅ Please make sure your changes are tested and working +🗣️ Please avoid large PRs, and discuss changes in a GitHub issue first +✋ If the changes are too big and not in line with the project, they will probably be rejected. Remember that this script is meant to be simple and easy to use. +---> |