-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to be committed: renamed: .github/DISCUSSION_TEMPLATE/feature_request.yml -> .github/DISCUSSION_TEMPLATE/feature-request.yml modified: .github/DISCUSSION_TEMPLATE/general-support.yml new file: .github/DISCUSSION_TEMPLATE/generator-feature-request.yml
- Loading branch information
1 parent
b1d9a78
commit b1f3386
Showing
3 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
10 changes: 3 additions & 7 deletions
10
...b/DISCUSSION_TEMPLATE/feature_request.yml → ...b/DISCUSSION_TEMPLATE/feature-request.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
description: 'To start all new feature discussions for the Auro WC Generator' | ||
title: ['Generator feature request'] | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. | ||
placeholder: Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
- type: textarea | ||
id: exit-criteria | ||
attributes: | ||
label: Exit criteria | ||
description: Define your issue's exit criteria | ||
placeholder: "This issue can be closed once the error has been corrected. Any additional scope e.g. updates or refactors, should be discussed PRIOR to adding scope to this issue." |