From 002d467d9b0515372646574f3ecc4b6efeb28327 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Fri, 20 Dec 2024 20:17:32 -0500 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/adding.yml --- .github/ISSUE_TEMPLATE/adding.yml | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/adding.yml b/.github/ISSUE_TEMPLATE/adding.yml index 8757d09..4cbfcd0 100644 --- a/.github/ISSUE_TEMPLATE/adding.yml +++ b/.github/ISSUE_TEMPLATE/adding.yml @@ -8,22 +8,22 @@ assignees: body: - type: markdown attributes: - value: > - Follow the checklist below to add a new Docker container. - - type: checklist - attributes: - label: Steps - options: - - 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. - description: > - Update the mapping at: - [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. - description: > - 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. - description: > - Update the IP at: + value: | + Follow the steps below to add a new Docker container. Copy the checklist and mark items as completed: + ``` + - [ ] Add the Docker Compose file and necessary `.env` variables to the `.env` file. + - [ ] If a new folder is created for the Docker Compose file, map the host in the Ansible workflow file: + - Update at: [AnsibleCD.yml#L30](https://git.mafyuh.dev/mafyuh/iac/src/commit/22285723f6e5804b8737d6c8e9ea6915617c2271/.forgejo/workflows/ansibleCD.yml#L30) + - [ ] Add the server IP to Bitwarden secrets and give Actions user access: + - Navigate to [Vault](https://vault.bitwarden.com/#/sm/305f1e91-cd2b-411c-8acf-b1a3004a82b2) + - [ ] Map the server IP in AnsibleCD workflow file: + - Update at: - [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) + ``` + - type: textarea + attributes: + label: Progress Checklist + description: Copy the checklist above and paste it here to track your progress. + placeholder: | + Paste the checklist here and mark items as completed.