diff options
author | Marc Cornellà <hello@mcornella.com> | 2022-08-02 19:27:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 19:27:54 +0200 |
commit | 0346cdf7f63bcddc704cc0551f260d31adb8fc9d (patch) | |
tree | 4052d7b5fb756fc63a16fceef75d7908469dbe2f /.github | |
parent | 4fcf52c2b1e086596d96b04f9c1ff3d742194857 (diff) | |
download | zsh-0346cdf7f63bcddc704cc0551f260d31adb8fc9d.tar.gz zsh-0346cdf7f63bcddc704cc0551f260d31adb8fc9d.tar.bz2 zsh-0346cdf7f63bcddc704cc0551f260d31adb8fc9d.zip |
docs: document new aliases policy (#11045)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1abae8913..5c94caeb5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,7 @@ - [ ] The code is mine or it's from somewhere with an MIT-compatible license. - [ ] The code is efficient, to the best of my ability, and does not waste computer resources. - [ ] The code is stable and I have tested it myself, to the best of my abilities. +- [ ] If the code introduces new aliases, I provide a valid use case for all plugin users down below. ## Changes: |