diff --git a/.github/ISSUE_TEMPLATE/bug_feature.md b/.github/ISSUE_TEMPLATE/bug_feature.md new file mode 100644 index 0000000..b3454de --- /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 4c5da91..0000000 --- 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 dd45a6f..a87a44a 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. diff --git a/news/issue-temp.rst b/news/issue-temp.rst new file mode 100644 index 0000000..49dd403 --- /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:** + +*