Update .github/ISSUE_TEMPLATE/adding.yml

This commit is contained in:
Matt Reeves 2024-05-29 01:12:14 +00:00
parent 69f2fdb2b7
commit 8274787c81

View file

@ -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)