From 7afaee858a4ae5a8d0d8c1f5fe150979842ebefc Mon Sep 17 00:00:00 2001 From: Larson Carter Date: Sun, 5 Jul 2020 10:59:12 -0500 Subject: Bug and Feature Request Templates + MLH Theme + Readme (#9068) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marc Cornellà Co-authored-by: Bartek Pacia --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7c1cb8967..024231531 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,8 +26,16 @@ A brief description of what should happen. 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 + **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] - ZSH Version: [e.g. 5.6] - Terminal emulator [e.g. iTerm2] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 346eabaea..0a8a588db 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,16 +11,19 @@ an issue where no sections have been filled will be deleted without comment. --> **Is your feature request related to a particular plugin or theme? If so, specify it.** -The name of the plugin or theme that you would like us to improve. [...] +The name of the plugin, theme or alias that you would like us to improve. [...] **Is your feature request related to a problem? Please describe.** A description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** -A description of what you want to happen. +A description of what you want to happen. [...] **Describe alternatives you've considered** -A description of any alternative solutions or features you've considered. This can also include other plugins or aliases. +A description of any alternative solutions or features you've considered. This can also include other plugins or themes. **Additional context** -Add any other context or screenshots about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at. +Add any other context, screenshots or discord conversations about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at. + +**Related Issues** +Is there any open or closed issues that is related to this feature request? If so please link them below! [...] -- cgit v1.2.3-70-g09d2 From e3131d98aa056145ed34ef19dfe77efff87be21b Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Sun, 12 Jul 2020 16:37:49 +0200 Subject: Fix self check link --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to '.github/ISSUE_TEMPLATE') 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. -- cgit v1.2.3-70-g09d2