diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index 9166876..3cff7d6 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Something doesn't work (as expected) +about: Something doesn't work as expected title: '' labels: '' assignees: '' @@ -9,10 +9,10 @@ assignees: '' ### Bug Report -#### Summary +#### Description Affected module: +Version used: -#### Description: #### How to reproduce diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md index 4b795ad..e44cd91 100644 --- a/.github/ISSUE_TEMPLATE/Feature.md +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -10,5 +10,3 @@ assignees: '' ### Feature Request -#### Summary - diff --git a/.github/PULL_REQUEST_TEMPLATE/Improvement.md b/.github/PULL_REQUEST_TEMPLATE/Improvement.md index 6206956..98802be 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Improvement.md +++ b/.github/PULL_REQUEST_TEMPLATE/Improvement.md @@ -6,5 +6,3 @@ about: You have some improvement to make bumblebee-status bar better? ### Improvement -#### Summary - diff --git a/.github/PULL_REQUEST_TEMPLATE/Other.md b/.github/PULL_REQUEST_TEMPLATE/Other.md index 65da67e..f9884a8 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Other.md +++ b/.github/PULL_REQUEST_TEMPLATE/Other.md @@ -3,6 +3,8 @@ name: Other about: You have some other ideas you want to introduce? --- +### Description + **What kind of change does this PR introduce?** diff --git a/doc/DEVELOPMENT.md b/doc/DEVELOPMENT.md deleted file mode 100644 index 0efc5d1..0000000 --- a/doc/DEVELOPMENT.md +++ /dev/null @@ -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 diff --git a/doc/NOTES.md b/doc/NOTES.md index e05cf82..6bd6696 100644 --- a/doc/NOTES.md +++ b/doc/NOTES.md @@ -2,7 +2,7 @@ - core: only PSL - pass if modules are missing - minimize dependencies, code -- test everything +- test everything in the core framework - think about pylint # small stuff