Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
1c1d74c5
Unverified
Commit
1c1d74c5
authored
Nov 30, 2021
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update new issue templates
parent
f0f792fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
90 additions
and
9 deletions
+90
-9
bug_report.yml
.github/ISSUE_TEMPLATE/bug_report.yml
+7
-8
bug_report_omz.yml
.github/ISSUE_TEMPLATE/bug_report_omz.yml
+77
-0
feature_request.yml
.github/ISSUE_TEMPLATE/feature_request.yml
+6
-1
No files found.
.github/ISSUE_TEMPLATE/bug_report.yml
View file @
1c1d74c5
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
...
...
.github/ISSUE_TEMPLATE/bug_report_omz.yml
0 → 100644
View file @
1c1d74c5
name
:
Report a bug in Oh My Zsh
description
:
Create a report to help us improve Oh My Zsh
labels
:
[
'
Bug'
]
body
:
-
type
:
markdown
attributes
:
value
:
|
## Self Check
- **Make sure this bug only happens with Oh My Zsh enabled**.
- 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
:
Oh My Zsh version
description
:
Run `omz version` to check.
placeholder
:
master (bf303965)
-
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...
.github/ISSUE_TEMPLATE/feature_request.yml
View file @
1c1d74c5
name
:
Feature request
description
:
Suggest a feature for Oh My Zsh
labels
:
'
Feature'
labels
:
[
"
Feature"
]
body
:
-
type
:
markdown
attributes
:
value
:
|
## Self Check
- Look for similar features in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed).
-
type
:
input
attributes
:
label
:
If the feature request is for a plugin or theme, specify it here.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment