From a77774479e4bc66b3650251bee2d847b0ac5bdea Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Sun, 28 May 2023 22:39:49 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 41 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 26 ++++++++++++++ 2 files changed, 67 insertions(+) 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.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..90cf252 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,41 @@ +--- +name: Bug Report +about: File a bug report to fix something that is not working +title: '' +labels: bug +assignees: '' + +--- + +### :beetle: Description + +Describe clearly and concisely what is not working. + +### :clipboard: Steps to Reproduce + +1. Open `Mist.app` +1. Click on ... +1. Wait for ... +1. Observe error + +### :white_check_mark: Expected Behaviour + +Describe what should be happening (ie. the happy path). + +### :computer: Environment + +- Mist version (App menu ⇨ **About Mist**): **VERSION** +- macOS Version (`sw_vers`): **VERSION BUILD** +- Hardware (`system_profiler SPHardwareDataType`): + - Model Identifier: **MODEL_IDENTIFIER** + - Chip : **CHIP** + +### :camera: Screenshots + +If applicable, add screenshots to help explain the bug. + +### :information_source: Additional context + +- Is this also a bug in [mist-cli](https://github.com/ninxsoft/mist-cli)? :white_check_mark: / :x: + - Provide links to GitHub Issues +- Links to 3rd-party tools / references / documentation diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..e0c66eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Submit a feature request to help improve this project +title: '' +labels: enhancement +assignees: '' + +--- + +### :bulb: Description + +Describe clearly and concisely the feature you would like to see implemented. Is your feature request related to an active bug report? + +### :white_check_mark: Proposed solution + +Describe what you would like to see happen. + +### :adhesive_bandage: Alternatives Solutions + Workarounds + +Describe any alternative solutions or approaches you have considered or implemented to workaround the missing feature. + +### :information_source: Additional context + +- Would you also like to see this implemented in [mist-cli](https://github.com/ninxsoft/mist-cli)? :white_check_mark: / :x: +- Links to 3rd-party tools / references / documentation +- Screenshots / diagrams that help explain the feature request