mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
chore: simplify GitHub issue template (#569)
The current issue template is overwhelming and most of the questions it ask are not that frequent in the real world. The Etcher version, OS, architecture and DevTools output are by far the most valuable, therefore it makes sense to reduce the issue template to those. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
4f49c4c9d0
commit
9117c10c46
53
.github/ISSUE_TEMPLATE.md
vendored
53
.github/ISSUE_TEMPLATE.md
vendored
@ -1,54 +1,5 @@
|
||||
- **What Etcher version are you running?**
|
||||
|
||||
*(You can check this at runtime in the bottom right corner of the application. If you're running Etcher locally, please let us know in which commit or branch you're in.)*
|
||||
|
||||
|
||||
- **What operating system and architecture are you running Etcher in?**
|
||||
|
||||
*(For example: Windows 10 x64, OS X 10.11.4 x64, Ubuntu 14.04 x86.)*
|
||||
|
||||
|
||||
- **What is the behaviour you're experiencing? How can we reproduce it?**
|
||||
|
||||
|
||||
- **Do you have any input on how this can be fixed/improved?**
|
||||
|
||||
|
||||
- **Was this happening on a previous version?**
|
||||
|
||||
|
||||
- **Etcher version:**
|
||||
- **Operating system and architecture:**
|
||||
- **Do you see any meaningful error information on DevTools?**
|
||||
|
||||
*(You can open DevTools by pressing `Ctrl+Alt+I`, or `Cmd+Alt+I` if you're running OS X.)*
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
**If you're having an error when flashing an image to a drive: **
|
||||
|
||||
*(Feel free to delete this whole section if it doesn't apply.)*
|
||||
|
||||
- **Can you reproduce the issue with a different image or drive?**
|
||||
|
||||
|
||||
- **Can you share a link to the exact image you're trying to flash, so we can test it ourselves?**
|
||||
|
||||
|
||||
- **At which point of the flashing does the error happens? (right at the beginning, randomly, etc)**
|
||||
|
||||
|
||||
- **What was the format of the drive _before_ attempting to flash to it?**
|
||||
|
||||
|
||||
***
|
||||
|
||||
**If Etcher is failing to detect your drive: **
|
||||
|
||||
*(Feel free to delete this whole section if it doesn't apply.)*
|
||||
|
||||
- **Can you post the output of the script that applies to your operating system from the following list?:**
|
||||
|
||||
- [OS X](https://raw.githubusercontent.com/resin-io-modules/drivelist/master/scripts/darwin.sh)
|
||||
- [GNU/Linux](https://raw.githubusercontent.com/resin-io-modules/drivelist/master/scripts/linux.sh)
|
||||
- [Windows](https://raw.githubusercontent.com/resin-io-modules/drivelist/master/scripts/win32.bat)
|
||||
|
Loading…
x
Reference in New Issue
Block a user