Skip to content

Commit

Permalink
Update issue templates for new packages (#3161)
Browse files Browse the repository at this point in the history
- Also added `nickgros` as a default assignee
- Changed default for version to `5.x`
  • Loading branch information
heath-freenome committed Sep 29, 2022
1 parent e408984 commit a7020b2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -6,6 +6,7 @@ assignees:
- epicfaace
- jacqueswho
- heath-freenome
- nickgros
body:
- type: checkboxes
attributes:
Expand All @@ -30,15 +31,20 @@ body:
- chakra-ui
- fluent-ui
- material-ui
- mui
- semantic-ui
- utils
- validator-ajv6
- validator-ajv8
- other
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: You can usually get this information in your `package.json` or in the file URL if you're using the unpkg one.
value: 4.1.1
value: 5.x
validations:
required: true
- type: textarea
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -6,6 +6,7 @@ assignees:
- epicfaace
- jacqueswho
- heath-freenome
- nickgros
body:
- type: checkboxes
attributes:
Expand All @@ -24,7 +25,12 @@ body:
- chakra-ui
- fluent-ui
- material-ui
- mui
- semantic-ui
- utils
- validator-ajv6
- validator-ajv8
- other
validations:
required: true
- type: textarea
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/question_issue.yml
Expand Up @@ -6,6 +6,7 @@ assignees:
- epicfaace
- jacqueswho
- heath-freenome
- nickgros
body:
- type: checkboxes
attributes:
Expand All @@ -24,7 +25,12 @@ body:
- chakra-ui
- fluent-ui
- material-ui
- mui
- semantic-ui
- utils
- validator-ajv6
- validator-ajv8
- other
validations:
required: true
- type: textarea
Expand Down

0 comments on commit a7020b2

Please sign in to comment.