Update issue templates
This commit is contained in:
parent
80b76e991c
commit
4a28355507
3 changed files with 11 additions and 29 deletions
14
.github/ISSUE_TEMPLATE/Bug.md
vendored
14
.github/ISSUE_TEMPLATE/Bug.md
vendored
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Something is broken / doesn't work as expected
|
about: Something doesn't work (as expected)
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Bug Report
|
### Bug Report
|
||||||
|
@ -8,17 +12,12 @@ about: Something is broken / doesn't work as expected
|
||||||
#### Summary
|
#### Summary
|
||||||
Affected module: <module name>
|
Affected module: <module name>
|
||||||
|
|
||||||
Description:
|
#### Description:
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
#### What is the current behaviour and what is the expected behaviour?
|
|
||||||
|
|
||||||
#### How to reproduce
|
#### How to reproduce
|
||||||
<!-- Please provide steps on how to reproduce the issue (screenshots would be great) -->
|
<!-- Please provide steps on how to reproduce the issue (screenshots would be great) -->
|
||||||
|
|
||||||
#### Expected behavior
|
|
||||||
<!-- What was the expected (correct) behavior? -->
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If you are having problems with fonts, please read:
|
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/228
|
||||||
|
@ -29,4 +28,3 @@ https://github.com/tobi-wan-kenobi/bumblebee-status/issues/233
|
||||||
Please note FontAwesome 5 is currently not supported:
|
Please note FontAwesome 5 is currently not supported:
|
||||||
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/239
|
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/239
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/Feature.md
vendored
4
.github/ISSUE_TEMPLATE/Feature.md
vendored
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: You have a neat idea that should be implemented?
|
about: You have a neat idea that should be implemented?
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Feature Request
|
### Feature Request
|
||||||
|
|
20
.github/ISSUE_TEMPLATE/Support.md
vendored
20
.github/ISSUE_TEMPLATE/Support.md
vendored
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
name: ❓ Support Question
|
|
||||||
about: Have a problem that you can't figure out?
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Fill in the relevant information below to help triage your issue. -->
|
|
||||||
<!--
|
|
||||||
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.
|
|
||||||
-->
|
|
||||||
|
|
||||||
| Q | A
|
|
||||||
|------------ | -----
|
|
||||||
| Version | x
|
|
||||||
|
|
||||||
|
|
||||||
#### Support Question
|
|
||||||
<!-- Describe the issue you are facing here. -->
|
|
||||||
|
|
Loading…
Reference in a new issue