diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2022-08-09 17:28:30 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2022-08-09 17:28:30 -0700 |
commit | 1a6dcd017dbf564058a729032de3db139fcf9c7e (patch) | |
tree | e8dad70ff1450f9d7ff9e76510304648108bee56 /.github | |
parent | 6e0a7765188ef970d738108d11eaecc7b79a5f5e (diff) | |
parent | 97134d1eed19b72a9c4bf90a2effa847221608bf (diff) | |
download | zsh-1a6dcd017dbf564058a729032de3db139fcf9c7e.tar.gz zsh-1a6dcd017dbf564058a729032de3db139fcf9c7e.tar.bz2 zsh-1a6dcd017dbf564058a729032de3db139fcf9c7e.zip |
Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh
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: |