From f692490ad35922c2e11e8a16f2b93c2f79247f41 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:31:36 +0100 Subject: [PATCH 01/12] Create Epics template.yml adding new template - Draft version 0.1 --- .github/ISSUE_TEMPLATE/Epics template.yml | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Epics template.yml diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml new file mode 100644 index 0000000..edc53a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -0,0 +1,59 @@ +**name:** Epic Template + **description:** High level issue for tracking an Epic. + **title:** "Epic: " + **labels:** ["Epic"] + **body:** + - type: textarea + id: description + attributes: + label: High level description of Epic. + value: A brief description of the Epic. What problem are we trying to solve? What value will it deliver? + validations: + required: true + - type: markdown + id: user stories + attributes: + label: User Stories + value: | + List of User Stories associated with this Epic. + * User Story 1: (brief description) + * User Story 2: (brief description) + - type: markdown + id: acceptance criteria + attributes: + label: Acceptance Criteria + value: | + Define the criteria for considering the Epic complete. + * Acceptance Criteria 1 + * Acceptance Criteria 2 + - type: markdown + id: prs-dependencies-blockers + attributes: + label: PRs, Dependencies and potential blockers of this Epic + value: | + List any Pull Requests (PRs) related to this Epic. + Describe any dependencies and potential blockers for the Epic. + @legal needs to sign off by 2 OCT 2023 11:00 UTC. + This Epic is blocked by issue #34. + validations: + required: true + - type: markdown + id: related issues + attributes: + label: Related Issues (Checklist) + value: | + **Checklist:** + - [ ] Issue #1: (brief description) + - [ ] Issue #2: (brief description) + - [ ] You can add more issues here following the same format. + + **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. + - type: checkboxes + id: label-check + attributes: + label: Label Checks + options: + - label: I have added the team label(s) for this Epic. + required: true + - label: I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) + required: false From 590318761ce7ae839a3d885ed7ecc4eafc02e433 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:34:19 +0100 Subject: [PATCH 02/12] Update Epics template.yml draft 0.2 edits --- .github/ISSUE_TEMPLATE/Epics template.yml | 40 +++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index edc53a5..30e700b 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -1,23 +1,23 @@ -**name:** Epic Template - **description:** High level issue for tracking an Epic. - **title:** "Epic: " - **labels:** ["Epic"] - **body:** - - type: textarea - id: description - attributes: - label: High level description of Epic. - value: A brief description of the Epic. What problem are we trying to solve? What value will it deliver? +name: Epic Template # Ensure no extra characters before "name" +description: High level issue for tracking an Epic. +title: "Epic: " +labels: ["Epic"] +body: + - type: textarea + id: description + attributes: + label: High level description of Epic. + value: A brief description of the Epic. What problem are we trying to solve? What value will it deliver? validations: required: true - - type: markdown - id: user stories - attributes: - label: User Stories - value: | - List of User Stories associated with this Epic. - * User Story 1: (brief description) - * User Story 2: (brief description) + - type: markdown + id: user stories + attributes: + label: User Stories + value: | + List of User Stories associated with this Epic. + * User Story 1: (brief description) + * User Story 2: (brief description) - type: markdown id: acceptance criteria attributes: @@ -33,8 +33,8 @@ value: | List any Pull Requests (PRs) related to this Epic. Describe any dependencies and potential blockers for the Epic. - @legal needs to sign off by 2 OCT 2023 11:00 UTC. - This Epic is blocked by issue #34. + Example: We are working on smart contract changes in order to deliver a new feature to our users + Or This Epic is blocked by issue #34. validations: required: true - type: markdown From b37c2b6b39ef825ea23785028fb440eedb9fea43 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Fri, 29 Mar 2024 20:42:14 +0100 Subject: [PATCH 03/12] Update Epics template.yml draft 0.3 From 3a95dca7cda4b4db3c82f9370b82a18ac88bc7e0 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:49:13 +0200 Subject: [PATCH 04/12] Update Epics template.yml new changes to format --- .github/ISSUE_TEMPLATE/Epics template.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index 30e700b..34c4ca1 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -5,22 +5,22 @@ labels: ["Epic"] body: - type: textarea id: description - attributes: + attributes: label: High level description of Epic. value: A brief description of the Epic. What problem are we trying to solve? What value will it deliver? validations: required: true - type: markdown id: user stories - attributes: + attributes: label: User Stories value: | List of User Stories associated with this Epic. * User Story 1: (brief description) * User Story 2: (brief description) - - type: markdown + - type: markdown id: acceptance criteria - attributes: + attributes: label: Acceptance Criteria value: | Define the criteria for considering the Epic complete. @@ -28,7 +28,7 @@ body: * Acceptance Criteria 2 - type: markdown id: prs-dependencies-blockers - attributes: + attributes: label: PRs, Dependencies and potential blockers of this Epic value: | List any Pull Requests (PRs) related to this Epic. @@ -39,7 +39,7 @@ body: required: true - type: markdown id: related issues - attributes: + attributes: label: Related Issues (Checklist) value: | **Checklist:** @@ -50,7 +50,7 @@ body: **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. - type: checkboxes id: label-check - attributes: + attributes: label: Label Checks options: - label: I have added the team label(s) for this Epic. From 745994ff04609944f760ae0f0f0f502f2767e504 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:56:32 +0200 Subject: [PATCH 05/12] Update Epics template.yml formatting made better --- .github/ISSUE_TEMPLATE/Epics template.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index 34c4ca1..fcd9119 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -5,22 +5,22 @@ labels: ["Epic"] body: - type: textarea id: description - attributes: + attributes: label: High level description of Epic. value: A brief description of the Epic. What problem are we trying to solve? What value will it deliver? validations: required: true - type: markdown id: user stories - attributes: + attributes: label: User Stories value: | List of User Stories associated with this Epic. * User Story 1: (brief description) * User Story 2: (brief description) - type: markdown - id: acceptance criteria - attributes: + id: acceptance criteria + attributes: label: Acceptance Criteria value: | Define the criteria for considering the Epic complete. @@ -28,7 +28,7 @@ body: * Acceptance Criteria 2 - type: markdown id: prs-dependencies-blockers - attributes: + attributes: label: PRs, Dependencies and potential blockers of this Epic value: | List any Pull Requests (PRs) related to this Epic. @@ -39,7 +39,7 @@ body: required: true - type: markdown id: related issues - attributes: + attributes: label: Related Issues (Checklist) value: | **Checklist:** @@ -50,7 +50,7 @@ body: **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. - type: checkboxes id: label-check - attributes: + attributes: label: Label Checks options: - label: I have added the team label(s) for this Epic. From e7cb9b159b2fcc735e18c2b3f9083b1ae9caa740 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:59:12 +0200 Subject: [PATCH 06/12] Update Epics template.yml updates to epic name --- .github/ISSUE_TEMPLATE/Epics template.yml | 72 +++++++++++------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index fcd9119..14cd5fc 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -18,42 +18,42 @@ body: List of User Stories associated with this Epic. * User Story 1: (brief description) * User Story 2: (brief description) - - type: markdown - id: acceptance criteria - attributes: - label: Acceptance Criteria - value: | - Define the criteria for considering the Epic complete. - * Acceptance Criteria 1 - * Acceptance Criteria 2 - - type: markdown - id: prs-dependencies-blockers - attributes: - label: PRs, Dependencies and potential blockers of this Epic - value: | - List any Pull Requests (PRs) related to this Epic. - Describe any dependencies and potential blockers for the Epic. - Example: We are working on smart contract changes in order to deliver a new feature to our users - Or This Epic is blocked by issue #34. + - type: markdown + id: acceptance criteria + attributes: + label: Acceptance Criteria + value: | + Define the criteria for considering the Epic complete. + * Acceptance Criteria 1 + * Acceptance Criteria 2 + - type: markdown + id: prs-dependencies-blockers + attributes: + label: PRs, Dependencies and potential blockers of this Epic + value: | + List any Pull Requests (PRs) related to this Epic. + Describe any dependencies and potential blockers for the Epic. + Example: We are working on smart contract changes in order to deliver a new feature to our users. + Or This Epic is blocked by issue #34. validations: required: true - - type: markdown - id: related issues - attributes: - label: Related Issues (Checklist) - value: | - **Checklist:** - - [ ] Issue #1: (brief description) - - [ ] Issue #2: (brief description) - - [ ] You can add more issues here following the same format. + - type: markdown + id: related issues + attributes: + label: Related Issues (Checklist) + value: | + **Checklist:** + - [ ] Issue #1: (brief description) + - [ ] Issue #2: (brief description) + - [ ] You can add more issues here following the same format. - **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. - - type: checkboxes - id: label-check - attributes: - label: Label Checks - options: - - label: I have added the team label(s) for this Epic. - required: true - - label: I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) - required: false + **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. + - type: checkboxes + id: label-check + attributes: + label: Label Checks + options: + - label: I have added the team label(s) for this Epic. + required: true + - label: I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) + required: false From 3c886b047a9c811afddd9bca48e0fb20be9bf78f Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:13:02 +0200 Subject: [PATCH 07/12] Update Epics template.yml edits according to feedback --- .github/ISSUE_TEMPLATE/Epics template.yml | 68 +++++++++-------------- 1 file changed, 27 insertions(+), 41 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index 14cd5fc..315da5a 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -5,55 +5,41 @@ labels: ["Epic"] body: - type: textarea id: description - attributes: - label: High level description of Epic. - value: A brief description of the Epic. What problem are we trying to solve? What value will it deliver? - validations: - required: true + value: | # Placeholder for description + A brief description of the Epic. What problem are we trying to solve? What value will it deliver? - type: markdown id: user stories - attributes: - label: User Stories - value: | - List of User Stories associated with this Epic. - * User Story 1: (brief description) - * User Story 2: (brief description) + value: | # Placeholder for user stories + List of User Stories associated with this Epic. + * User Story 1: (brief description) + * User Story 2: (brief description) - type: markdown id: acceptance criteria - attributes: - label: Acceptance Criteria - value: | - Define the criteria for considering the Epic complete. - * Acceptance Criteria 1 - * Acceptance Criteria 2 + value: | # Placeholder for acceptance criteria + Define the criteria for considering the Epic complete. + * Acceptance Criteria 1 + * Acceptance Criteria 2 - type: markdown id: prs-dependencies-blockers - attributes: - label: PRs, Dependencies and potential blockers of this Epic - value: | - List any Pull Requests (PRs) related to this Epic. - Describe any dependencies and potential blockers for the Epic. - Example: We are working on smart contract changes in order to deliver a new feature to our users. - Or This Epic is blocked by issue #34. - validations: - required: true + value: | # Placeholder for PRs, dependencies, and blockers + List any Pull Requests (PRs) related to this Epic. + Describe any dependencies and potential blockers for the Epic. + Example: We are working on smart contract changes in order to deliver a new feature to our users. + Or This Epic is blocked by issue #34. - type: markdown id: related issues - attributes: - label: Related Issues (Checklist) - value: | - **Checklist:** - - [ ] Issue #1: (brief description) - - [ ] Issue #2: (brief description) - - [ ] You can add more issues here following the same format. + value: | # Placeholder for related issues + **Checklist:** + - [ ] Issue #1: (brief description) + - [ ] Issue #2: (brief description) + - [ ] You can add more issues here following the same format. - **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. + **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. - type: checkboxes id: label-check - attributes: - label: Label Checks - options: - - label: I have added the team label(s) for this Epic. - required: true - - label: I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) - required: false + value: | # Descriptive text for checkbox section + **Label Checks:** + - [ ] I have added the team label(s) for this Epic. + - [ ] I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) +validations: # Moved validations to top-level + required: true From 7eac9b1b1dd01d9d359db783727b18a852b82eea Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:18:09 +0200 Subject: [PATCH 08/12] Update Epics template.yml changes from GH templates forum --- .github/ISSUE_TEMPLATE/Epics template.yml | 32 +++++++++++++---------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index 315da5a..7d0eca0 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -1,33 +1,37 @@ -name: Epic Template # Ensure no extra characters before "name" -description: High level issue for tracking an Epic. -title: "Epic: " -labels: ["Epic"] +name: Epic Template # Descriptive name for the template +description: High-level issue for tracking an Epic. # Improved readability with hyphen +title: "Epic: " # Consistent quote style body: - type: textarea id: description + label: Description # Clear and concise label value: | # Placeholder for description A brief description of the Epic. What problem are we trying to solve? What value will it deliver? - type: markdown - id: user stories + id: user_stories + label: User Stories # Consistent capitalization value: | # Placeholder for user stories List of User Stories associated with this Epic. * User Story 1: (brief description) * User Story 2: (brief description) - type: markdown - id: acceptance criteria + id: acceptance_criteria + label: Acceptance Criteria # Consistent capitalization value: | # Placeholder for acceptance criteria Define the criteria for considering the Epic complete. * Acceptance Criteria 1 * Acceptance Criteria 2 - type: markdown - id: prs-dependencies-blockers + id: prs_dependencies_blockers + label: PRs, Dependencies, and Blockers # Consistent capitalization and comma value: | # Placeholder for PRs, dependencies, and blockers List any Pull Requests (PRs) related to this Epic. Describe any dependencies and potential blockers for the Epic. Example: We are working on smart contract changes in order to deliver a new feature to our users. Or This Epic is blocked by issue #34. - type: markdown - id: related issues + id: related_issues + label: Related Issues (Checklist) # Consistent capitalization and hyphen value: | # Placeholder for related issues **Checklist:** - [ ] Issue #1: (brief description) @@ -36,10 +40,10 @@ body: **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. - type: checkboxes - id: label-check - value: | # Descriptive text for checkbox section - **Label Checks:** - - [ ] I have added the team label(s) for this Epic. - - [ ] I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) -validations: # Moved validations to top-level + id: label_check + label: Label Checks # Consistent capitalization + options: + - label: I have added the team label(s) for this Epic. + - label: I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) +validations: required: true From 499badfa9373cdf1f53eb7c09b230b8b8c7511b6 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:20:33 +0200 Subject: [PATCH 09/12] Update Epics template.yml edits and small changes --- .github/ISSUE_TEMPLATE/Epics template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index 7d0eca0..60612ce 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -16,14 +16,14 @@ body: * User Story 2: (brief description) - type: markdown id: acceptance_criteria - label: Acceptance Criteria # Consistent capitalization - value: | # Placeholder for acceptance criteria + label: Acceptance Criteria #Consistent capitalization + value: | #Placeholder for acceptance criteria Define the criteria for considering the Epic complete. * Acceptance Criteria 1 * Acceptance Criteria 2 - type: markdown id: prs_dependencies_blockers - label: PRs, Dependencies, and Blockers # Consistent capitalization and comma + label: PRs, Dependencies, and Blockers value: | # Placeholder for PRs, dependencies, and blockers List any Pull Requests (PRs) related to this Epic. Describe any dependencies and potential blockers for the Epic. From 9b38529bbe79a87b75d56eaa01c98f0e61473b81 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:26:00 +0200 Subject: [PATCH 10/12] Update Epics template.yml chnages for Pr --- .github/ISSUE_TEMPLATE/Epics template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index 60612ce..60137ae 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -1,4 +1,4 @@ -name: Epic Template # Descriptive name for the template +name: Epic Template # Descriptive name for this template description: High-level issue for tracking an Epic. # Improved readability with hyphen title: "Epic: " # Consistent quote style body: From febaa34f709c48aa303b0ef050d3fa0d9a0a29a5 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:27:25 +0200 Subject: [PATCH 11/12] Update Epics template.yml changes 1.0 --- .github/ISSUE_TEMPLATE/Epics template.yml | 90 +++++++++++++---------- 1 file changed, 50 insertions(+), 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Epics template.yml b/.github/ISSUE_TEMPLATE/Epics template.yml index 60137ae..14cd5fc 100644 --- a/.github/ISSUE_TEMPLATE/Epics template.yml +++ b/.github/ISSUE_TEMPLATE/Epics template.yml @@ -1,49 +1,59 @@ -name: Epic Template # Descriptive name for this template -description: High-level issue for tracking an Epic. # Improved readability with hyphen -title: "Epic: " # Consistent quote style +name: Epic Template # Ensure no extra characters before "name" +description: High level issue for tracking an Epic. +title: "Epic: " +labels: ["Epic"] body: - type: textarea id: description - label: Description # Clear and concise label - value: | # Placeholder for description - A brief description of the Epic. What problem are we trying to solve? What value will it deliver? + attributes: + label: High level description of Epic. + value: A brief description of the Epic. What problem are we trying to solve? What value will it deliver? + validations: + required: true - type: markdown - id: user_stories - label: User Stories # Consistent capitalization - value: | # Placeholder for user stories - List of User Stories associated with this Epic. - * User Story 1: (brief description) - * User Story 2: (brief description) + id: user stories + attributes: + label: User Stories + value: | + List of User Stories associated with this Epic. + * User Story 1: (brief description) + * User Story 2: (brief description) - type: markdown - id: acceptance_criteria - label: Acceptance Criteria #Consistent capitalization - value: | #Placeholder for acceptance criteria - Define the criteria for considering the Epic complete. - * Acceptance Criteria 1 - * Acceptance Criteria 2 + id: acceptance criteria + attributes: + label: Acceptance Criteria + value: | + Define the criteria for considering the Epic complete. + * Acceptance Criteria 1 + * Acceptance Criteria 2 - type: markdown - id: prs_dependencies_blockers - label: PRs, Dependencies, and Blockers - value: | # Placeholder for PRs, dependencies, and blockers - List any Pull Requests (PRs) related to this Epic. - Describe any dependencies and potential blockers for the Epic. - Example: We are working on smart contract changes in order to deliver a new feature to our users. - Or This Epic is blocked by issue #34. + id: prs-dependencies-blockers + attributes: + label: PRs, Dependencies and potential blockers of this Epic + value: | + List any Pull Requests (PRs) related to this Epic. + Describe any dependencies and potential blockers for the Epic. + Example: We are working on smart contract changes in order to deliver a new feature to our users. + Or This Epic is blocked by issue #34. + validations: + required: true - type: markdown - id: related_issues - label: Related Issues (Checklist) # Consistent capitalization and hyphen - value: | # Placeholder for related issues - **Checklist:** - - [ ] Issue #1: (brief description) - - [ ] Issue #2: (brief description) - - [ ] You can add more issues here following the same format. + id: related issues + attributes: + label: Related Issues (Checklist) + value: | + **Checklist:** + - [ ] Issue #1: (brief description) + - [ ] Issue #2: (brief description) + - [ ] You can add more issues here following the same format. - **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. + **Note:** This checklist is for informational purposes only. You will need to manage the state of the issues manually. - type: checkboxes - id: label_check - label: Label Checks # Consistent capitalization - options: - - label: I have added the team label(s) for this Epic. - - label: I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) -validations: - required: true + id: label-check + attributes: + label: Label Checks + options: + - label: I have added the team label(s) for this Epic. + required: true + - label: I have linked this Epic to its corresponding Project(s). (optional, adjust as needed) + required: false From 9dda3ae4ac4987782f809fa6ad9ceac55f6fc1e6 Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:28:38 +0200 Subject: [PATCH 12/12] Update Epics template.yml final draft changes