Skip to content

Commit

Permalink
Use input boxes for the OpenIddict version in the issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Dec 15, 2023
1 parent 915ed0d commit db0dee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ body:
- label: I confirm I'm a sponsor or a contributor
required: true

- type: dropdown
- type: input
id: version
attributes:
label: Version
description: What version of OpenIddict are you running?
options:
- 1.x (no longer supported)
- 2.x (no longer supported)
- 3.x (no longer supported)
- 4.x
validations:
required: true

Expand Down
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ body:
- label: I confirm I'm a sponsor or a contributor
required: true

- type: dropdown
- type: input
id: version
attributes:
label: Version
description: What version of OpenIddict are you running?
options:
- 1.x (no longer supported)
- 2.x (no longer supported)
- 3.x (no longer supported)
- 4.x
validations:
required: true

Expand Down

0 comments on commit db0dee5

Please sign in to comment.