From 367822dce1c31d0112f09ca57641db37b4378642 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 20 Jul 2022 07:15:59 -0600 Subject: [PATCH] Tweak PR template wording Signed-off-by: Joe Block --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9df82a2..b439577 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -37,4 +37,4 @@ You only need to check the box for completions/plugins/themes if you added somet - [ ] Any added frameworks have a readme and a license file in their repository. - [ ] Any added plugins have a readme and a license file in their repository. - [ ] Any added themes have a screenshot, a readme, and a license file in their repository. -- [ ] I have stripped any leading and trailing **zsh-**, **zsh-plugin** and/or **oh-my-zsh-** substrings from the link name. This makes it easier to find plugins/themes/completions by name by preventing big clusters in the **O** and **Z** sections of the list. \ No newline at end of file +- [ ] I have stripped any leading and/or trailing **zsh-**, **zsh-plugin** and/or **oh-my-zsh-** substrings from the link name. This makes it easier to find plugins/themes/completions by name by preventing big clusters in the **O** and **Z** sections of the list. \ No newline at end of file