diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-07-12 16:37:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 16:37:49 +0200 |
commit | e3131d98aa056145ed34ef19dfe77efff87be21b (patch) | |
tree | d8b3e1fbdd3743dea8e1554daa1c35d47c9050e3 /.github/ISSUE_TEMPLATE | |
parent | 71f0189ed57911360b19883cb6211fe621292086 (diff) | |
download | zsh-e3131d98aa056145ed34ef19dfe77efff87be21b.tar.gz zsh-e3131d98aa056145ed34ef19dfe77efff87be21b.tar.bz2 zsh-e3131d98aa056145ed34ef19dfe77efff87be21b.zip |
Fix self check link
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 024231531..b7f5460c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,18 +27,20 @@ If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/ **Self Check** -Have you tried reaching out on the [Discord server](discord.gg/ohmyzsh)? -This can help cut down on filling up issues. We always have a few people -online that are in a variety of timezones that are willing to help you! -Also searching existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=) -might help you get quicker support + +- Have you tried reaching out on the [Discord server](https://discord.gg/ohmyzsh)? + This can help cut down on filling up issues. We always have a few people + online that are in a variety of timezones that are willing to help you! + +- Also searching existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=) might help you get quicker support **Desktop (please complete the following information):** + - OS / Distro: [e.g. Arch Linux, macOS] - If on Windows what version of WSL: [e.g. WSL1, WSL2] - - Latest ohmyzsh Update?: [e.g. Yes/No] + - Latest ohmyzsh update?: [e.g. Yes/No] - ZSH Version: [e.g. 5.6] - - Terminal emulator [e.g. iTerm2] + - Terminal emulator: [e.g. iTerm2] **Additional context** Add any other context about the problem here. This can be themes, plugins, custom configs. |