Improve issue template
This commit is contained in:
parent
99f693e950
commit
db055b36df
6 changed files with 120 additions and 0 deletions
50
.github/ISSUE_TEMPLATE/Bug.md
vendored
Normal file
50
.github/ISSUE_TEMPLATE/Bug.md
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Something is broken?
|
||||
---
|
||||
|
||||
<!--
|
||||
Note: All issues will instant closed if the issue template is not complete. Please understand that it is easier for us if you fill out the template to help you faster.
|
||||
|
||||
!All text inside \<\!-- \--\> will be hidden from us so please remove the arrows in the statements below.
|
||||
-->
|
||||
|
||||
### Bug Report
|
||||
|
||||
#### Summary
|
||||
<!-- Provide a summary desciribing the problem you are experiencing. -->
|
||||
|
||||
Affected module: <module name>
|
||||
|
||||
Description:
|
||||
<description>
|
||||
|
||||
##### What is the current behaviour?
|
||||
<!-- it crashed -->
|
||||
|
||||
#### How to reproduce
|
||||
|
||||
##### If the current behaviour is a bug, please provide the steps to reproduce it.
|
||||
<!-- A great way to do this is to provide screenshots and commands.* -->
|
||||
|
||||
##### What do you think the expected behaviour should be?
|
||||
<!--What do you think should happen?-->
|
||||
|
||||
##### If this is a feature request, what is the motivation or use case for the added feature?
|
||||
|
||||
##### Specs
|
||||
*Paste the output of `./script/diagnostics.sh [interface]`*
|
||||
|
||||
#### Expected behavior
|
||||
<!-- What was the expected (correct) behavior? -->
|
||||
|
||||
<!--
|
||||
If you are having problems with fonts, please read:
|
||||
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/228
|
||||
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/210
|
||||
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/197
|
||||
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/233
|
||||
|
||||
Please note FontAwesome 5 is currently not supported:
|
||||
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/239-->
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue