[doc] some updates

This commit is contained in:
tobi-wan-kenobi 2020-05-03 11:19:21 +02:00
parent 30c1f712a6
commit 368d5de171
6 changed files with 6 additions and 14 deletions

View file

@ -1,6 +1,6 @@
--- ---
name: Bug Report name: Bug Report
about: Something doesn't work (as expected) about: Something doesn't work as expected
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
@ -9,10 +9,10 @@ assignees: ''
### Bug Report ### Bug Report
#### Summary #### Description
Affected module: <module name> Affected module: <module name>
Version used: <e.g. latest git, AUR, PIP>
#### Description:
<description> <description>
#### How to reproduce #### How to reproduce

View file

@ -10,5 +10,3 @@ assignees: ''
### 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. -->
#### Summary
<!-- Provide a summary of the feature you would like to see implemented. -->

View file

@ -6,5 +6,3 @@ 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. -->
#### Summary
<!-- Provide a summary of the improvement you are submitting. -->

View file

@ -3,6 +3,8 @@ name: Other
about: You have some other ideas you want to introduce? about: You have some other ideas you want to introduce?
--- ---
### Description
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> <!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
**What kind of change does this PR introduce?** **What kind of change does this PR introduce?**

View file

@ -1,6 +0,0 @@
# Development priorities
1. If coverage (excluding modules) below 90% -> fix that
2. If documentation incomplete -> fix that
3. If open bugs -> fix those
4. New features

View file

@ -2,7 +2,7 @@
- core: only PSL - core: only PSL
- pass if modules are missing - pass if modules are missing
- minimize dependencies, code - minimize dependencies, code
- test everything - test everything in the core framework
- think about pylint - think about pylint
# small stuff # small stuff