Skip to content

Commit

Permalink
Disables blank issue. (#618)
Browse files Browse the repository at this point in the history
Adds boost version to issue template

Co-authored-by: Rui Graça <Rui.Graca@ctw.bmwgroup.com>
  • Loading branch information
RuiG19 and Rui Graça authored Jan 25, 2024
1 parent 47dc5f4 commit 55284c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ body:
description: "*or hash of the latest commit used"
validations:
required: true
- type: input
id: boost
attributes:
label: Boost Version
placeholder: "1.71"
validations:
required: true
- type: input
id: environment
attributes:
label: Environment
placeholder: "Windows 11, Ubuntu 22.04, Embedded Linux, QNX, ..."
description: "*or compiler used"
validations:
required: true
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 55284c5

Please sign in to comment.