diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2021-04-28 18:07:03 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2021-04-28 18:07:03 -0600 |
commit | b21e3c4f28d0d55947285dcebf9f91b580384b09 (patch) | |
tree | 3c4e0d946709ecb180e95610f16a8ae88179fb46 /.github | |
parent | b6baa00fd2d8e44b5abda20f95461942b615258c (diff) | |
parent | 63a7422d8dd5eb93c849df0ab9e679e6f333818a (diff) | |
download | zsh-b21e3c4f28d0d55947285dcebf9f91b580384b09.tar.gz zsh-b21e3c4f28d0d55947285dcebf9f91b580384b09.tar.bz2 zsh-b21e3c4f28d0d55947285dcebf9f91b580384b09.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/support.md | 10 |
4 files changed, 5 insertions, 10 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e307e4be8..1b1340554 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,5 @@ # Plugin owners +plugins/archlinux/ @ratijas plugins/aws/ @maksyms plugins/genpass/ @atoponce plugins/git-lfs/ @hellovietduc diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 611d8ebae..88a6b814d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve Oh My Zsh +labels: 'Bug' --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c6b4cef42..3ddd72a15 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: Support + url: https://github.com/ohmyzsh/ohmyzsh/discussions + about: Ask the community for support - name: Get help on Discord url: https://discord.gg/ohmyzsh about: Have a quick question? Join the Discord server and ask on the appropriate channel. diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index 8c4f08044..000000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Support -about: Request support for any problem you're having with Oh My Zsh -labels: 'Support' - ---- - -1. Look for similar issues already posted (including closed ones) -2. Include as much relevant information as possible -3. Try to make sure the issue is due to Oh My Zsh |