[doc] some updates
This commit is contained in:
parent
30c1f712a6
commit
368d5de171
6 changed files with 6 additions and 14 deletions
6
.github/ISSUE_TEMPLATE/Bug.md
vendored
6
.github/ISSUE_TEMPLATE/Bug.md
vendored
|
@ -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
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/Feature.md
vendored
2
.github/ISSUE_TEMPLATE/Feature.md
vendored
|
@ -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. -->
|
|
||||||
|
|
2
.github/PULL_REQUEST_TEMPLATE/Improvement.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/Improvement.md
vendored
|
@ -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. -->
|
|
||||||
|
|
2
.github/PULL_REQUEST_TEMPLATE/Other.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/Other.md
vendored
|
@ -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?**
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue