From b3126ecad0f51d2d51ef0aa7705c8191d8d4bd59 Mon Sep 17 00:00:00 2001 From: Lachlan Rehder <33368366+lachlan2357@users.noreply.github.com> Date: Sat, 13 Aug 2022 18:07:05 +1000 Subject: [PATCH 1/2] Update issue templates --- .../ISSUE_TEMPLATE/bug-report--critical-.md | 33 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug-report.md | 33 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++ 3 files changed, 86 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report--critical-.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report--critical-.md b/.github/ISSUE_TEMPLATE/bug-report--critical-.md new file mode 100644 index 0000000..2c2b7d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--critical-.md @@ -0,0 +1,33 @@ +--- +name: Bug Report (Critical) +about: Create a critical report to help us improve +title: "[CRITICAL BUG]" +labels: critical bug +assignees: lachlan2357 + +--- + +Fill out as much of below as you can. Full completion helps the process, but isn't necessary +## 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. Windows 11 21H2, Ubuntu 22.04, macOS Monterey12.5] + - Program Version [e.g. 0.3.0] + - Python Version [e.g. 3.10.5] + +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..02fc221 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: lachlan2357 + +--- + +Fill out as much of below as you can. Full completion helps the process, but isn't necessary +## 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. Windows 11 21H2, Ubuntu 22.04, macOS Monterey12.5] + - Program Version [e.g. 0.3.0] + - Python Version [e.g. 3.10.5] + +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..5cca3fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: lachlan2357 + +--- + +## 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. From df0706943aff38d0af22853a79ebfa175cf3d270 Mon Sep 17 00:00:00 2001 From: Lachlan Rehder <33368366+lachlan2357@users.noreply.github.com> Date: Sat, 13 Aug 2022 18:09:26 +1000 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 5cca3fb..78d656a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest an idea for this project title: "[FEATURE]" -labels: '' +labels: 'proposed-feature' assignees: lachlan2357 ---