Skip to content

Commit a3b7061

Browse files
committed
final review of issue templates
1 parent a475732 commit a3b7061

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ body:
1818
branches: [main, master, develop]
1919
paths: ['**.c', '**.cpp', '**.h', '**.hpp', '**.cxx', '**.hxx', '**.cc', '**.hh', '**CMakeLists.txt', 'meson.build', '**.cmake']
2020
render: yml
21+
validations:
22+
required: true
2123

2224
- type: textarea
2325
id: runner-os
@@ -31,6 +33,8 @@ body:
3133
runs-on: ubuntu-latest
3234
container: node:18
3335
render: yml
36+
validations:
37+
required: true
3438

3539
- type: textarea
3640
id: cpp-linter-config
@@ -47,6 +51,8 @@ body:
4751
style: 'file'
4852
tidy-checks: ''
4953
render: yml
54+
validations:
55+
required: true
5056

5157
- type: textarea
5258
id: what-happened
@@ -57,3 +63,5 @@ body:
5763
Please be clear and concise as possible. Use screenshots if that would help. Most users
5864
use this to paste the workflow logs.
5965
placeholder: You can use markdown syntax here
66+
validations:
67+
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ body:
1212
options:
1313
- version
1414
- thread-comments
15+
- tidy-checks
16+
- style
1517
- lines-changed-only
1618
- ignore
1719
- tidy-ignore
@@ -24,9 +26,9 @@ body:
2426
- format-review
2527
- passive-reviews
2628
- verbosity
27-
- 'outputs: checks-failed'
28-
- 'outputs: clang-tidy-checks-failed'
29-
- 'outputs: clang-format-checks-failed'
29+
- 'output: checks-failed'
30+
- 'output: clang-tidy-checks-failed'
31+
- 'output: clang-format-checks-failed'
3032

3133
- type: textarea
3234
id: behavior
@@ -36,6 +38,8 @@ body:
3638
Use this area to describe what behavior you desire.
3739
Please be clear and concise as possible. Use screenshots if that would help.
3840
placeholder: You can use markdown syntax here
41+
validations:
42+
required: true
3943

4044
- type: textarea
4145
id: alternative

0 commit comments

Comments
 (0)