Skip to content

Commit

Permalink
ci: add app details in GitHub issue template of bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Oct 24, 2024
1 parent 73f2744 commit d68fddd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,23 @@ body:
id: app-version
attributes:
label: App version
placeholder: v1.0.1 (build 42)
placeholder: 0.5.0
validations:
required: true
- type: input
id: app-build-number
attributes:
label: App build number
placeholder: "13"
validations:
required: true
- type: input
id: app-build-type
attributes:
label: App build type
placeholder: alpha, beta, prod, DEBUG
validations:
required: true
- type: input
id: app-orientation
attributes:
Expand Down

0 comments on commit d68fddd

Please sign in to comment.