Update issue templates

This commit is contained in:
Nindi Gill 2023-05-28 22:39:49 +10:00 committed by GitHub
parent 02a74e59e3
commit a77774479e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 67 additions and 0 deletions

41
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -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

View file

@ -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