Skip to content

Commit 002d467

Browse files
author
mafyuh
committedDec 21, 2024
Update .github/ISSUE_TEMPLATE/adding.yml
1 parent 7307a27 commit 002d467

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

‎.github/ISSUE_TEMPLATE/adding.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ assignees:
88
body:
99
- type: markdown
1010
attributes:
11-
value: >
12-
Follow the checklist below to add a new Docker container.
13-
- type: checklist
14-
attributes:
15-
label: Steps
16-
options:
17-
- label: Add the Docker Compose file and any necessary `.env` variables to the `.env` file.
18-
- label: If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file.
19-
description: >
20-
Update the mapping at:
21-
[AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30).
22-
- label: Add the server IP to Bitwarden secrets and give the Actions user access to the secret.
23-
description: >
24-
Navigate to [Bitwarden Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2) and add the server IP.
25-
- label: Map the server IP in the AnsibleCD workflow file.
26-
description: >
27-
Update the IP at:
11+
value: |
12+
Follow the steps below to add a new Docker container. Copy the checklist and mark items as completed:
13+
```
14+
- [ ] Add the Docker Compose file and necessary `.env` variables to the `.env` file.
15+
- [ ] If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file:
16+
- Update at: [AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30)
17+
- [ ] Add the server IP to Bitwarden secrets and give Actions user access:
18+
- Navigate to [Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2)
19+
- [ ] Map the server IP in AnsibleCD workflow file:
20+
- Update at:
2821
- [Line 96](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L96)
2922
- [Line 116](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L116)
23+
```
24+
- type: textarea
25+
attributes:
26+
label: Progress Checklist
27+
description: Copy the checklist above and paste it here to track your progress.
28+
placeholder: |
29+
Paste the checklist here and mark items as completed.

0 commit comments

Comments
 (0)
Please sign in to comment.