[doc] Simplify templates a bit
This commit is contained in:
parent
ec74ea8ec6
commit
dd98c1ec51
3 changed files with 6 additions and 36 deletions
28
.github/ISSUE_TEMPLATE/Bug.md
vendored
28
.github/ISSUE_TEMPLATE/Bug.md
vendored
|
@ -1,39 +1,20 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Something is broken?
|
about: Something is broken / doesn't work as expected
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
|
||||||
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
|
### Bug Report
|
||||||
|
|
||||||
#### Summary
|
#### Summary
|
||||||
<!-- Provide a summary desciribing the problem you are experiencing. -->
|
|
||||||
|
|
||||||
Affected module: <module name>
|
Affected module: <module name>
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
##### What is the current behaviour?
|
#### What is the current behaviour and what is the expected behaviour?
|
||||||
<!-- it crashed -->
|
|
||||||
|
|
||||||
#### How to reproduce
|
#### How to reproduce
|
||||||
|
<!-- Please provide steps on how to reproduce the issue (screenshots would be great) -->
|
||||||
##### 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
|
#### Expected behavior
|
||||||
<!-- What was the expected (correct) behavior? -->
|
<!-- What was the expected (correct) behavior? -->
|
||||||
|
@ -46,5 +27,6 @@ https://github.com/tobi-wan-kenobi/bumblebee-status/issues/197
|
||||||
https://github.com/tobi-wan-kenobi/bumblebee-status/issues/233
|
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
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/Feature.md
vendored
6
.github/ISSUE_TEMPLATE/Feature.md
vendored
|
@ -6,11 +6,5 @@ about: You have a neat idea that should be implemented?
|
||||||
### Feature Request
|
### Feature Request
|
||||||
<!-- Fill in the relevant information below to help triage your issue. -->
|
<!-- Fill in the relevant information below to help triage your issue. -->
|
||||||
|
|
||||||
| Q | A
|
|
||||||
|------------ | ------
|
|
||||||
| New Feature | yes
|
|
||||||
| RFC | yes/no
|
|
||||||
| BC Break | yes/no
|
|
||||||
|
|
||||||
#### Summary
|
#### Summary
|
||||||
<!-- Provide a summary of the feature you would like to see implemented. -->
|
<!-- Provide a summary of the feature you would like to see implemented. -->
|
||||||
|
|
8
.github/PULL_REQUEST_TEMPLATE/Improvement.md
vendored
8
.github/PULL_REQUEST_TEMPLATE/Improvement.md
vendored
|
@ -1,16 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Improvement
|
name: Improvement
|
||||||
about: You have some improvement to make Bumblebee-status bar better?
|
about: You have some improvement to make bumblebee-status bar better?
|
||||||
---
|
---
|
||||||
|
|
||||||
### Improvement
|
### Improvement
|
||||||
<!-- Fill in the relevant information below to help triage your issue. -->
|
<!-- Fill in the relevant information below to help triage your issue. -->
|
||||||
|
|
||||||
| Q | A
|
|
||||||
|------------ | ------
|
|
||||||
| New Feature | yes
|
|
||||||
| RFC | yes/no
|
|
||||||
| BC Break | yes/no
|
|
||||||
|
|
||||||
#### Summary
|
#### Summary
|
||||||
<!-- Provide a summary of the improvement you are submitting. -->
|
<!-- Provide a summary of the improvement you are submitting. -->
|
||||||
|
|
Loading…
Reference in a new issue