Skip to content

Commit 17a19db

Browse files
authored
Add remarks (#62)
* add remarks field to issue templates * add placeholder text * add hr above new input * streamline text
1 parent ece7b87 commit 17a19db

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

+8
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ body:
6666
The result of this validation will be added to this issue:
6767
- If valid, a pull request will automatically be created to add your library to the repository.
6868
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
69+
70+
---
71+
- type: input
72+
id: remarks
73+
attributes:
74+
label: Additional Remarks
75+
description: Anything else you'd like to mention about your submission - any comments or questions.
76+
placeholder: Tell us any other information or questions about your submission

.github/ISSUE_TEMPLATE/2_new-tool.yml

+8
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ body:
6464
The result of this validation will be added to this issue:
6565
- If valid, a pull request will automatically be created to add your tool to the repository.
6666
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
67+
68+
---
69+
- type: input
70+
id: remarks
71+
attributes:
72+
label: Additional Remarks
73+
description: Anything else you'd like to mention about your submission - any comments or questions.
74+
placeholder: Tell us any other information or questions about your submission

.github/ISSUE_TEMPLATE/3_new-mode.yml

+8
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ body:
6464
The result of this validation will be added to this issue:
6565
- If valid, a pull request will automatically be created to add your mode to the repository.
6666
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
67+
68+
---
69+
- type: input
70+
id: remarks
71+
attributes:
72+
label: Additional Remarks
73+
description: Anything else you'd like to mention about your submission - any comments or questions.
74+
placeholder: Tell us any other information or questions about your submission

.github/ISSUE_TEMPLATE/4_new-examples.yml

+8
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ body:
6464
The result of this validation will be added to this issue:
6565
- If valid, a pull request will automatically be created to add your example pack to the repository.
6666
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
67+
68+
---
69+
- type: input
70+
id: remarks
71+
attributes:
72+
label: Additional Remarks
73+
description: Anything else you'd like to mention about your submission - any comments or questions.
74+
placeholder: Tell us any other information or questions about your submission

0 commit comments

Comments
 (0)