Update .github/ISSUE_TEMPLATE/adding.yml
This commit is contained in:
parent
69f2fdb2b7
commit
8274787c81
1 changed files with 8 additions and 11 deletions
19
.github/ISSUE_TEMPLATE/adding.yml
vendored
19
.github/ISSUE_TEMPLATE/adding.yml
vendored
|
@ -9,7 +9,7 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Application Details
|
## Application Details
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: application-name
|
id: application-name
|
||||||
|
@ -74,7 +74,7 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Steps to Add
|
## Steps to Add
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: steps-to-add
|
id: steps-to-add
|
||||||
|
@ -96,14 +96,11 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Commit IDs for Completed Steps
|
## Commit IDs for Completed Steps
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: commit-ids
|
id: commit-ids
|
||||||
attributes:
|
attributes:
|
||||||
label: Commit IDs
|
label: Commit IDs
|
||||||
description: Enter the commit IDs for the completed steps above
|
description: Enter the commit IDs for the completed steps above
|
||||||
value: |
|
placeholder: Enter commit IDs separated by commas
|
||||||
- Add Configuration Files
|
|
||||||
- Update Wiki
|
|
||||||
- Update README(s)
|
|
||||||
|
|
Reference in a new issue