mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-17 16:45:12 -04:00
Update issue templates
This commit is contained in:
parent
02a74e59e3
commit
a77774479e
2 changed files with 67 additions and 0 deletions
41
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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
|
26
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue