From d88439df481b0f1712a61ec06bb229aeea544a9a Mon Sep 17 00:00:00 2001 From: bvarner-ebi <95643797+bvarner-ebi@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:53:57 +0100 Subject: [PATCH 1/3] Addresses #2027 new design pattern template --- .github/ISSUE_TEMPLATE/j_design_pattern.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/j_design_pattern.md diff --git a/.github/ISSUE_TEMPLATE/j_design_pattern.md b/.github/ISSUE_TEMPLATE/j_design_pattern.md new file mode 100644 index 000000000..f76b23c83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/j_design_pattern.md @@ -0,0 +1,18 @@ +--- +name: Add design pattern +about: Epic ticket for adding a new design pattern +title: "[Design pattern] %label of CL class%" +assignees: +labels: +--- + +**Context**: + +- [ ] Update logical definition %CL class% +- [ ] Update patterns of all subclasses of %CL class% to use standard pattern for %CL class% +- [ ] Add DOSDP pattern for grouping %CL class% +- [ ] Update relations guide to include new standard pattern for %CL class% + +**Comments**: + + From 1481e41eb6ce78c026ceec9ebb7b892871069051 Mon Sep 17 00:00:00 2001 From: bvarner-ebi <95643797+bvarner-ebi@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:06:55 +0100 Subject: [PATCH 2/3] Update j_design_pattern.md --- .github/ISSUE_TEMPLATE/j_design_pattern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/j_design_pattern.md b/.github/ISSUE_TEMPLATE/j_design_pattern.md index f76b23c83..161463d0f 100644 --- a/.github/ISSUE_TEMPLATE/j_design_pattern.md +++ b/.github/ISSUE_TEMPLATE/j_design_pattern.md @@ -8,7 +8,7 @@ labels: **Context**: -- [ ] Update logical definition %CL class% +- [ ] Update logical definition of %CL class% - [ ] Update patterns of all subclasses of %CL class% to use standard pattern for %CL class% - [ ] Add DOSDP pattern for grouping %CL class% - [ ] Update relations guide to include new standard pattern for %CL class% From 7384255c08e1842d78ee22855639ad38b3d1e710 Mon Sep 17 00:00:00 2001 From: bvarner-ebi <95643797+bvarner-ebi@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:31:09 +0100 Subject: [PATCH 3/3] Update j_design_pattern.md --- .github/ISSUE_TEMPLATE/j_design_pattern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/j_design_pattern.md b/.github/ISSUE_TEMPLATE/j_design_pattern.md index 161463d0f..bb0cc960a 100644 --- a/.github/ISSUE_TEMPLATE/j_design_pattern.md +++ b/.github/ISSUE_TEMPLATE/j_design_pattern.md @@ -3,7 +3,7 @@ name: Add design pattern about: Epic ticket for adding a new design pattern title: "[Design pattern] %label of CL class%" assignees: -labels: +labels: pattern --- **Context**: