From c5276c51e7ebb39b840e612042a6319395206c3a Mon Sep 17 00:00:00 2001 From: Daniel P H Fox Date: Wed, 3 Jul 2024 02:27:06 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/broken--documentation.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/broken--library.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 10 ---------- .github/ISSUE_TEMPLATE/documentation.md | 7 ------- .github/ISSUE_TEMPLATE/enhancement--documentation.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/enhancement--library.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ---------- 7 files changed, 40 insertions(+), 27 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/broken--documentation.md create mode 100644 .github/ISSUE_TEMPLATE/broken--library.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement--documentation.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement--library.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/broken--documentation.md b/.github/ISSUE_TEMPLATE/broken--documentation.md new file mode 100644 index 000000000..59a533cc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/broken--documentation.md @@ -0,0 +1,10 @@ +--- +name: 'Broken: Documentation' +about: Documentation inaccuracies or errors in examples +title: '' +labels: bug, not ready - evaluating +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/broken--library.md b/.github/ISSUE_TEMPLATE/broken--library.md new file mode 100644 index 000000000..8d12526a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/broken--library.md @@ -0,0 +1,10 @@ +--- +name: 'Broken: Library' +about: Unexpected errors or incorrect behaviour with the Fusion library +title: '' +labels: bug, not ready - evaluating +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 2ef170696..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Bug report -about: Report unexpected errors or incorrect behaviour with Fusion -title: '' -labels: 'kind: bug, status: evaluating' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md deleted file mode 100644 index 989a6c891..000000000 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Documentation -about: Report documentation inaccuracies or enhancements -title: '' -labels: 'kind: docs, status: evaluating' -assignees: '' ---- diff --git a/.github/ISSUE_TEMPLATE/enhancement--documentation.md b/.github/ISSUE_TEMPLATE/enhancement--documentation.md new file mode 100644 index 000000000..d57458359 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement--documentation.md @@ -0,0 +1,10 @@ +--- +name: 'Enhancement: Documentation' +about: More clarity, new examples, anything that isn't broken +title: '' +labels: 'enhancement, not ready - evaluating, targeting: docs' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/enhancement--library.md b/.github/ISSUE_TEMPLATE/enhancement--library.md new file mode 100644 index 000000000..735b7ead8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement--library.md @@ -0,0 +1,10 @@ +--- +name: 'Enhancement: Library' +about: Suggest a new feature for the Fusion library +title: '' +labels: enhancement, not ready - evaluating +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 8bd584ffb..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature for Fusion -title: '' -labels: 'kind: enhancement, status: evaluating' -assignees: '' - ---- - -