diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-11-30 10:19:21 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-11-30 10:34:45 +0100 |
commit | 1c1d74c5ec49e5ab7e2d664e557c61745d1995e6 (patch) | |
tree | 51d141d7f72a3f71efe7f17ed497ae187d9a4104 /.github/ISSUE_TEMPLATE/bug_report.yml | |
parent | f0f792fa6b207bc72453ae55011b6b44f678fb78 (diff) | |
download | zsh-1c1d74c5ec49e5ab7e2d664e557c61745d1995e6.tar.gz zsh-1c1d74c5ec49e5ab7e2d664e557c61745d1995e6.tar.bz2 zsh-1c1d74c5ec49e5ab7e2d664e557c61745d1995e6.zip |
chore: update new issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index af2973fec..98f66b1d2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,12 +1,11 @@ -name: Bug report -description: Create a report to help us improve Oh My Zsh -labels: 'Bug' +name: Report a bug +description: Report a bug that isn't caused by Oh My Zsh. If unsure, use this form body: - type: markdown attributes: value: | ## Self Check - - Try searching existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed) for similar issues. + - Look for similar errors in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed). - Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help. - type: textarea validations: @@ -41,21 +40,21 @@ body: validations: required: true attributes: - label: OS / Distro - placeholder: e.g. Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15... + label: OS / Linux distribution + placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15... - type: input validations: required: true attributes: label: Zsh version description: Run `echo $ZSH_VERSION` to check. - placeholder: e.g. 5.6 + placeholder: "5.6" - type: input validations: required: true attributes: label: Terminal emulator - placeholder: e.g. iTerm2, Gnome Terminal... + placeholder: iTerm2, GNOME Terminal, Terminal.app... - type: dropdown attributes: label: If using WSL on Windows, which version of WSL |