Update .github/ISSUE_TEMPLATE/adding.yml

This commit is contained in:
Matt Reeves 2024-12-20 20:16:27 -05:00
parent 5c2d9758f2
commit 7307a2714f

View file

@ -3,25 +3,27 @@ description: Steps to add a new Docker container to the repository
title: "[Add Container] <Container Name>" title: "[Add Container] <Container Name>"
labels: labels:
- docker - docker
assignees:
- mafyuh
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: >
Follow the checklist below to add a new Docker container. Follow the checklist below to add a new Docker container.
- type: checklist - type: checklist
attributes: attributes:
label: Steps label: Steps
options: options:
- label: Add the Docker Compose file and any necessary `.env` variables to the `.env` file. - label: Add the Docker Compose file and any necessary `.env` variables to the `.env` file.
- label: If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file: - label: If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file.
description: | description: >
Update the mapping at: Update the mapping at:
[AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30). [AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30).
- label: Add the server IP to Bitwarden secrets and give the Actions user access to the secret. - label: Add the server IP to Bitwarden secrets and give the Actions user access to the secret.
description: | description: >
Navigate to [Bitwarden Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2) and add the server IP. Navigate to [Bitwarden Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2) and add the server IP.
- label: Map the server IP in the AnsibleCD workflow file: - label: Map the server IP in the AnsibleCD workflow file.
description: | description: >
Update the IP at: Update the IP at:
- [Line 96](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L96) - [Line 96](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L96)
- [Line 116](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L116) - [Line 116](https://git.mafyuh.dev/mafyuh/iac/src/branch/main/.forgejo/workflows/ansibleCD.yml#L116)