diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index ef7d018d9..000000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. MacOS, Windows, Linux] - - Browser [e.g. Edge, Chrome, Safari, FireFox] - - Version [e.g. 1.8.0] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. Device browser, Edge, Chrome, Safari, FireFox] - - Version [e.g. 1.8.0] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md deleted file mode 100644 index daf862cf8..000000000 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. - ---- - - diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md deleted file mode 100644 index efe60a199..000000000 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**What is your feature request? Please describe.** -A clear and concise description of the requested feature and benefits it would provide. - -**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. diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 000000000..c31db413a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -0,0 +1,28 @@ +--- +name: Report a bug +about: Report a bug to help us improve FAST-DNA. +title: "[what is the issue?] in [where is the issue?]" +labels: '' +assignees: '' + +--- + +**Describe the bug; what happened?** + +**What are the steps to reproduce the issue?** +Example: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**What behavior did you expect?** + +**If applicable, provide screenshots:** + +**In what environment did you see the issue?** + - OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC] + - Browser [e.g. Edge, Chrome, Safari, FireFox] + - Version [e.g. 1.8.0] + +**Is there any additional context?** diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md new file mode 100644 index 000000000..2142eca62 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -0,0 +1,20 @@ +--- +name: Request a feature +about: Suggest a feature or share an idea for FAST-DNA. +title: Add [what] to/in [where] +labels: '' +assignees: '' + +--- + +**What feature are you requesting?** + +**What would be the benefit of adding this feature?** + +**What solution would be ideal for you?** + +**What alternatives have you considered?** + +**Is there any additional context for your request?** + +**Attach screenshots or images add detail to your request:**