From 0d3c923d0e65e45dcdea2e078442b26580c9aba3 Mon Sep 17 00:00:00 2001 From: Diptesh Date: Tue, 18 Jan 2022 13:26:08 +0530 Subject: [PATCH 1/6] v0.4.2 --- .github/ISSUE_TEMPLATE/user_story.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/user_story.yaml b/.github/ISSUE_TEMPLATE/user_story.yaml index ab3e87e..659ac6b 100644 --- a/.github/ISSUE_TEMPLATE/user_story.yaml +++ b/.github/ISSUE_TEMPLATE/user_story.yaml @@ -1,7 +1,7 @@ name: User story description: A valuable increment of functionality, testable by the users title: "[User story]: " -labels: ["1: story"] +labels: ["story"] assignees: - octocat body: From 21197d95e96ad0916e2d7f3d83f53bbab93eac14 Mon Sep 17 00:00:00 2001 From: Diptesh Date: Tue, 18 Jan 2022 13:26:31 +0530 Subject: [PATCH 2/6] v0.4.2 --- .github/ISSUE_TEMPLATE/maintenance_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/maintenance_request.yaml b/.github/ISSUE_TEMPLATE/maintenance_request.yaml index 69e6460..07edf8f 100644 --- a/.github/ISSUE_TEMPLATE/maintenance_request.yaml +++ b/.github/ISSUE_TEMPLATE/maintenance_request.yaml @@ -1,7 +1,7 @@ name: Maintenance request description: Describe the technical debt or runtime updates title: "[Maintenance]: " -labels: ["1: maintenance"] +labels: ["maintenance"] assignees: - octocat body: From e89827df192836b6610a3fa91dba9b5324bd148e Mon Sep 17 00:00:00 2001 From: Diptesh Date: Tue, 18 Jan 2022 13:26:55 +0530 Subject: [PATCH 3/6] v0.4.2 --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index c936b91..0449782 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,7 @@ name: Feature request description: Request a feature addition title: "[Feature]: " -labels: ["1: feature", "2: tests"] +labels: ["feature", "tests"] assignees: - octocat body: From cb1724397785559658bfcd8cac8071974eec3f67 Mon Sep 17 00:00:00 2001 From: Diptesh Date: Tue, 18 Jan 2022 13:27:14 +0530 Subject: [PATCH 4/6] v0.4.2 --- .github/ISSUE_TEMPLATE/eda_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/eda_request.yaml b/.github/ISSUE_TEMPLATE/eda_request.yaml index 563bdf3..3000186 100644 --- a/.github/ISSUE_TEMPLATE/eda_request.yaml +++ b/.github/ISSUE_TEMPLATE/eda_request.yaml @@ -1,7 +1,7 @@ name: EDA request description: Request an EDA request title: "[EDA]: " -labels: ["1: eda"] +labels: ["eda"] assignees: - octocat body: From 8ea63299d5c715c2e07215bfd2f3d596753ef1b1 Mon Sep 17 00:00:00 2001 From: Diptesh Date: Tue, 18 Jan 2022 13:27:39 +0530 Subject: [PATCH 5/6] v0.4.2 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8515c30..17cb5fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report title: "[Bug]: " -labels: ["1: bug", "2: tests"] +labels: ["bug", "tests"] assignees: - octocat body: From 229d3e50fa872103f2aef59a5db8c898e44f14cd Mon Sep 17 00:00:00 2001 From: Diptesh Date: Tue, 18 Jan 2022 13:32:20 +0530 Subject: [PATCH 6/6] v0.4.2 --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9652cab..10650a1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,6 +12,7 @@ Please select option(s) that are relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) +- [ ] Maintenance requests - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update