diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-10-13 11:27:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 11:27:14 +0200 |
commit | 1e25abacad6cdf380b7b1df9fc758290d969d99e (patch) | |
tree | d460c78008d547f03126ee49f3cbd9b50451b2af /.github | |
parent | 2657c87f0aa1fe7f66062bc3452ad68347be356f (diff) | |
download | zsh-1e25abacad6cdf380b7b1df9fc758290d969d99e.tar.gz zsh-1e25abacad6cdf380b7b1df9fc758290d969d99e.tar.bz2 zsh-1e25abacad6cdf380b7b1df9fc758290d969d99e.zip |
meta: add checklist instructions on Pull Request template
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6bcb90efe..1abae8913 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ ## Standards checklist: +<!-- Fill with an x the ones that apply. Example: [x] --> + - [ ] The PR title is descriptive. - [ ] The PR doesn't replicate another PR which is already open. - [ ] I have read the contribution guide and followed all the instructions. |