Skip to content

Commit

Permalink
chore: adding discussion templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Mar 29, 2023
1 parent 078db6e commit ec37ba1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/DISCUSSION_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
body:
- type: textarea
attributes:
label: Background
description: Why do you think this feature is needed? Are there current alternatives?
validations:
required: true
- type: textarea
attributes:
label: Objectives
description: What should this feature request aim to address?
value: |
1.
2.
3.
validations:
required: true
13 changes: 13 additions & 0 deletions .github/DISCUSSION_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
body:
- type: textarea
attributes:
label: Summary
description: What do you need help with?
validations:
required: true
- type: input
attributes:
label: Example
description: A link to a minimal reproduction is helpful for debugging!
validations:
required: false

0 comments on commit ec37ba1

Please sign in to comment.