Skip to content

Commit 363f3fa

Browse files
committed
Add hidden contribution_type field to issue templates
1 parent 3867099 commit 363f3fa

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ body:
4848
The result of this validation will be added to this issue:
4949
- If valid, a pull request will automatically be created to add your library to the repository.
5050
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
51+
- type: hidden
52+
id: contribution_type
53+
attributes:
54+
value: library

.github/ISSUE_TEMPLATE/2_new-tool.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ body:
4848
The result of this validation will be added to this issue:
4949
- If valid, a pull request will automatically be created to add your tool to the repository.
5050
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
51+
- type: hidden
52+
id: contribution_type
53+
attributes:
54+
value: tool

.github/ISSUE_TEMPLATE/3_new-mode.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ body:
4848
The result of this validation will be added to this issue:
4949
- If valid, a pull request will automatically be created to add your mode to the repository.
5050
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
51+
- type: hidden
52+
id: contribution_type
53+
attributes:
54+
value: mode

.github/ISSUE_TEMPLATE/4_new-examples.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,8 @@ body:
4747
4848
The result of this validation will be added to this issue:
4949
- If valid, a pull request will automatically be created to add your example pack to the repository.
50-
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
50+
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
51+
- type: hidden
52+
id: contribution_type
53+
attributes:
54+
value: examples

0 commit comments

Comments
 (0)