Update .github/ISSUE_TEMPLATE/adding.yml
This commit is contained in:
parent
b153ef2371
commit
b51f0d5a4f
1 changed files with 7 additions and 2 deletions
9
.github/ISSUE_TEMPLATE/adding.yml
vendored
9
.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
|
||||||
|
@ -84,14 +84,19 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: Add Configuration Files
|
- label: Add Configuration Files
|
||||||
description: Create and add configuration files for the new application
|
description: Create and add configuration files for the new application
|
||||||
|
commit_id: Input commit ID here
|
||||||
- label: Update Wiki
|
- label: Update Wiki
|
||||||
description: Create or update the Wiki page for the new application and update any relevant architecture diagrams or flowcharts
|
description: Create or update the Wiki page for the new application and update any relevant architecture diagrams or flowcharts
|
||||||
|
commit_id: Input commit ID here
|
||||||
- label: Update README(s)
|
- label: Update README(s)
|
||||||
description: Add the new application to the main table and any other relevant sections
|
description: Add the new application to the main table and any other relevant sections
|
||||||
|
commit_id: Input commit ID here
|
||||||
- label: Add to CD Platform Logic
|
- label: Add to CD Platform Logic
|
||||||
description: Add necessary logic to the CD platform for the new application
|
description: Add necessary logic to the CD platform for the new application
|
||||||
|
commit_id: Input commit ID here
|
||||||
- label: Testing and Validation
|
- label: Testing and Validation
|
||||||
description: Ensure the application is tested and validated in the environment
|
description: Ensure the application is tested and validated in the environment
|
||||||
|
commit_id: Input commit ID here
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional-notes
|
id: additional-notes
|
||||||
|
|
Reference in a new issue