Skip to content

Commit

Permalink
Add JSON Forms version field to issue template
Browse files Browse the repository at this point in the history
Requires bug reporters to include the version number of
JSON Forms they are reporting against.

closes #2034

Signed-off-by: Lukas Boll [email protected]
  • Loading branch information
LukasBoll authored Nov 8, 2022
1 parent f6a6e1b commit 69be4ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ body:
label: In which browser are you experiencing the issue?
placeholder: Google Chrome 91.0.4472.114
description: Provide the full name and don't forget to add the version!
- type: input
validations:
required: true
attributes:
label: Which Version of JSON Forms are you using?
placeholder: v3.0.0
- type: dropdown
attributes:
label: Framework
Expand Down

0 comments on commit 69be4ed

Please sign in to comment.