Skip to content

Commit

Permalink
chore: update discussion templates
Browse files Browse the repository at this point in the history
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
blackfalcon committed Dec 6, 2023
1 parent b1d9a78 commit b1f3386
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Generator feature request
description: To start all new feature discussions for the Auro WC Generator
title: 'Generator feature request'
labels:
- 'Type: Feature'
- not-reviewed
- wc-generator

description: 'To start all new feature discussions for the Auro WC Generator'
title: ['Generator feature request']
body:
- type: textarea
id: request
Expand Down
9 changes: 2 additions & 7 deletions .github/DISCUSSION_TEMPLATE/general-support.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: General support
description: Need help with something that is not a bug or new feature request?
title: 'General support'
labels:
- 'Type: Question'
- not-reviewed
- wc-generator
description: 'Need help with something that is not a bug or new feature request?'
title: ['General support']
body:
- type: textarea
id: request
Expand Down
30 changes: 30 additions & 0 deletions .github/DISCUSSION_TEMPLATE/generator-feature-request.yml
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."

0 comments on commit b1f3386

Please sign in to comment.