summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2021-08-16 19:36:49 -0600
committerTuowen Zhao <ztuowen@gmail.com>2021-08-16 19:36:49 -0600
commitf8b7b6584bf1ca7e836ba9cc13fcce573047fb07 (patch)
tree3a49f51b1c5632a7d89bdea855ce873ff7b1060b /.github/ISSUE_TEMPLATE/feature_request.yml
parent617ed3bd9f3d9519fe2354941f3dbf15b0c712ee (diff)
parent11e22ed0b5c1aebd6e990ea7a885bdf03ab6555a (diff)
downloadzsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.tar.gz
zsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.tar.bz2
zsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 000000000..dc4baf2b1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,32 @@
+name: Feature request
+description: Suggest a feature for Oh My Zsh
+labels: 'Feature'
+body:
+ - type: input
+ attributes:
+ label: If the feature request is for a plugin or theme, specify it here.
+ description: The name of the plugin or theme that you would like us to improve.
+ placeholder: e.g. Git plugin, Agnoster theme
+ - type: textarea
+ attributes:
+ label: If the feature solves a problem you have, specify it here.
+ description: A description of what the problem is.
+ placeholder: Ex. I'm always frustrated when...
+ - type: textarea
+ attributes:
+ label: Describe the proposed feature.
+ description: A description of what you want to happen. Be as specific as possible.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Describe alternatives you've considered
+ description: A description of any alternative solutions or features you've considered. This can also include other plugins or themes.
+ - type: textarea
+ attributes:
+ label: Additional context
+ description: 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.
+ - type: textarea
+ attributes:
+ label: Related Issues
+ description: Is there any open or closed issues that is related to this feature request? If so please link them below!