diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-08-05 17:05:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 17:05:53 +0200 |
commit | f2c8b970eed3e5ddf071c25177da44ea5061a279 (patch) | |
tree | 0950115769ea8c6a41a98391a84feb2cf0089458 /.github/ISSUE_TEMPLATE | |
parent | 39c0073225194cdb11f2e42bb7d5e63cbf9e2955 (diff) | |
download | zsh-f2c8b970eed3e5ddf071c25177da44ea5061a279.tar.gz zsh-f2c8b970eed3e5ddf071c25177da44ea5061a279.tar.bz2 zsh-f2c8b970eed3e5ddf071c25177da44ea5061a279.zip |
meta: add ISSUE_TEMPLATE config.yml
For now, it only adds a link to the Discord server.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..c6b4cef42 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - 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. |