From b5ae7dc52689b2fa49b9e7690ec9eaaae5fc1641 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Mon, 21 Oct 2024 20:21:07 -0400 Subject: [PATCH 1/3] Remove general issue, add bug_feature issue template --- .github/ISSUE_TEMPLATE/bug_feature.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/general_issue.md | 7 ------- .github/ISSUE_TEMPLATE/release_checklist.md | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_feature.md delete mode 100644 .github/ISSUE_TEMPLATE/general_issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_feature.md b/.github/ISSUE_TEMPLATE/bug_feature.md new file mode 100644 index 00000000..9148639d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_feature.md @@ -0,0 +1,16 @@ +--- +name: Bug Report or Feature Request +about: Report a bug or suggest a new feature! +title: "" +labels: "" +assignees: "" +--- + +### Problem + + + +### Proposed solution diff --git a/.github/ISSUE_TEMPLATE/general_issue.md b/.github/ISSUE_TEMPLATE/general_issue.md deleted file mode 100644 index 4c5da912..00000000 --- a/.github/ISSUE_TEMPLATE/general_issue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: General issue -about: "" -title: "" -labels: "" -assignees: "" ---- diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index dd45a6fb..a87a44a8 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -6,7 +6,7 @@ labels: "release" assignees: "" --- -**Release checklist for GitHub contributors** +### Release checklist for GitHub contributors - [ ] All PRs/issues attached to the release are merged. - [ ] All the badges on the README are passing. From ec7e27565da96c44f7be2af2b4572ae45337f31a Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Mon, 21 Oct 2024 20:25:46 -0400 Subject: [PATCH 2/3] Add news for issue template --- news/issue-temp.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/issue-temp.rst diff --git a/news/issue-temp.rst b/news/issue-temp.rst new file mode 100644 index 00000000..49dd403b --- /dev/null +++ b/news/issue-temp.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Include GitHub Issues templates for bug report and feature request + +**Security:** + +* From ee973dba997a6e949b8859961007ba90bdf7ecb6 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Mon, 21 Oct 2024 20:59:34 -0400 Subject: [PATCH 3/3] Improve wording in bug_feature.md for feature request --- .github/ISSUE_TEMPLATE/bug_feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_feature.md b/.github/ISSUE_TEMPLATE/bug_feature.md index 9148639d..b3454deb 100644 --- a/.github/ISSUE_TEMPLATE/bug_feature.md +++ b/.github/ISSUE_TEMPLATE/bug_feature.md @@ -10,7 +10,7 @@ assignees: "" ### Proposed solution