X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2F.github%2FISSUE_TEMPLATE%2Fbug_report.yml;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2F.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=98f66b1d2e9268e9923745f5318562831359d5e4;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report.yml b/stow/oh-my-zsh/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 98f66b1..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,68 +0,0 @@ -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 - - 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: - required: true - attributes: - label: Describe the bug - description: A clear description of what the bug is. - - type: textarea - validations: - required: true - attributes: - label: Steps to reproduce - description: | - Steps to reproduce the problem. - placeholder: | - For example: - 1. Enable plugin '...' - 2. Run command '...' or try to complete command '...' - 3. See error - - type: textarea - validations: - required: true - attributes: - label: Expected behavior - description: A brief description of what should happen. - - type: textarea - attributes: - label: Screenshots and recordings - description: | - If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/ - - type: input - validations: - required: true - attributes: - 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: "5.6" - - type: input - validations: - required: true - attributes: - label: Terminal emulator - placeholder: iTerm2, GNOME Terminal, Terminal.app... - - type: dropdown - attributes: - label: If using WSL on Windows, which version of WSL - description: Run `wsl -l -v` to check. - options: - - WSL1 - - WSL2 - - type: textarea - attributes: - label: Additional context - description: Add any other context about the problem here. This can be themes, plugins, custom settings...