Skip to content

Commit 7307a27

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
 

‎.github/ISSUE_TEMPLATE/adding.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,27 @@ description: Steps to add a new Docker container to the repository
33
title: "[Add Container] <Container Name>"
44
labels:
55
- docker
6+
assignees:
7+
- mafyuh
68
body:
79
- type: markdown
810
attributes:
9-
value: |
11+
value: >
1012
Follow the checklist below to add a new Docker container.
1113
- type: checklist
1214
attributes:
1315
label: Steps
1416
options:
1517
- label: Add the Docker Compose file and any necessary `.env` variables to the `.env` file.
16-
- label: If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file:
17-
description: |
18+
- label: If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file.
19+
description: >
1820
Update the mapping at:
1921
[AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30).
2022
- label: Add the server IP to Bitwarden secrets and give the Actions user access to the secret.
21-
description: |
23+
description: >
2224
Navigate to [Bitwarden Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2) and add the server IP.
23-
- label: Map the server IP in the AnsibleCD workflow file:
24-
description: |
25+
- label: Map the server IP in the AnsibleCD workflow file.
26+
description: >
2527
Update the IP at:
2628
- [Line 96](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L96)
2729
- [Line 116](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L116)

0 commit comments

Comments
 (0)
Please sign in to comment.