diff --git a/.github/ISSUE_TEMPLATE/adding.yml b/.github/ISSUE_TEMPLATE/adding.yml index 4dac378..1c8d8e9 100644 --- a/.github/ISSUE_TEMPLATE/adding.yml +++ b/.github/ISSUE_TEMPLATE/adding.yml @@ -9,7 +9,7 @@ body: - type: markdown attributes: value: | - ## Application Details + ## Application Details - type: input id: application-name @@ -74,7 +74,7 @@ body: - type: markdown attributes: value: | - ## Steps to Add + ## Steps to Add - type: checkboxes id: steps-to-add @@ -96,14 +96,11 @@ body: - type: markdown attributes: value: | - ## Commit IDs for Completed Steps + ## Commit IDs for Completed Steps - type: textarea - id: commit-ids - attributes: - label: Commit IDs - description: Enter the commit IDs for the completed steps above - value: | - - Add Configuration Files - - Update Wiki - - Update README(s) \ No newline at end of file + id: commit-ids + attributes: + label: Commit IDs + description: Enter the commit IDs for the completed steps above + placeholder: Enter commit IDs separated by commas