]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report_omz.yml
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / .github / ISSUE_TEMPLATE / bug_report_omz.yml
1 name: Report a bug in Oh My Zsh
2 description: Create a report to help us improve Oh My Zsh
3 labels: ['Bug']
4 body:
5   - type: markdown
6     attributes:
7       value: |
8         ## Self Check
9         - **Make sure this bug only happens with Oh My Zsh enabled**.
10         - Look for similar errors in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed).
11         - Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help.
12   - type: textarea
13     validations:
14       required: true
15     attributes:
16       label: Describe the bug
17       description: A clear description of what the bug is.
18   - type: textarea
19     validations:
20       required: true
21     attributes:
22       label: Steps to reproduce
23       description: |
24         Steps to reproduce the problem.
25       placeholder: |
26         For example:
27         1. Enable plugin '...'
28         2. Run command '...' or try to complete command '...'
29         3. See error
30   - type: textarea
31     validations:
32       required: true
33     attributes:
34       label: Expected behavior
35       description: A brief description of what should happen.
36   - type: textarea
37     attributes:
38       label: Screenshots and recordings
39       description: |
40         If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/
41   - type: input
42     validations:
43       required: true
44     attributes:
45       label: OS / Linux distribution
46       placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15...
47   - type: input
48     validations:
49       required: true
50     attributes:
51       label: Zsh version
52       description: Run `echo $ZSH_VERSION` to check.
53       placeholder: "5.6"
54   - type: input
55     validations:
56       required: true
57     attributes:
58       label: Oh My Zsh version
59       description: Run `omz version` to check.
60       placeholder: master (bf303965)
61   - type: input
62     validations:
63       required: true
64     attributes:
65       label: Terminal emulator
66       placeholder: iTerm2, GNOME Terminal, Terminal.app...
67   - type: dropdown
68     attributes:
69       label: If using WSL on Windows, which version of WSL
70       description: Run `wsl -l -v` to check.
71       options:
72         - WSL1
73         - WSL2
74   - type: textarea
75     attributes:
76       label: Additional context
77       description: Add any other context about the problem here. This can be themes, plugins, custom settings...