diff --git a/.github/ISSUE_TEMPLATE/add_tool.md b/.github/ISSUE_TEMPLATE/add_tool.md deleted file mode 100644 index f8a94036..00000000 --- a/.github/ISSUE_TEMPLATE/add_tool.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Documentation issue -about: Report an inconsistency or suggest an improvement in the documentation -title: 'Tool/Mount: ' -labels: documentation -assignees: - - 9and3 - ---- - -**Description** - - -**Related links** - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e2a3b091..3de68616 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,8 +3,7 @@ name: Bug report about: Create a report to help us improve title: 'Bug: ' labels: bug -assignees: - - 9and3 +assignees: 9and3 --- @@ -25,4 +24,4 @@ assignees: **Computing Machine:** - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/doc_report.md b/.github/ISSUE_TEMPLATE/doc_report.md index 482a0126..328e052f 100644 --- a/.github/ISSUE_TEMPLATE/doc_report.md +++ b/.github/ISSUE_TEMPLATE/doc_report.md @@ -3,8 +3,7 @@ name: Documentation issue about: Report an inconsistency or suggest an improvement in the documentation title: 'Docs: ' labels: documentation -assignees: - - 9and3 +assignees: 9and3 --- @@ -17,4 +16,4 @@ assignees: **Proposed change (optional)** - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.