From dd98c1ec51fa96f8d6f8233c0caac047a79951b2 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Thu, 31 May 2018 19:44:28 +0200 Subject: [PATCH] [doc] Simplify templates a bit --- .github/ISSUE_TEMPLATE/Bug.md | 28 ++++---------------- .github/ISSUE_TEMPLATE/Feature.md | 6 ----- .github/PULL_REQUEST_TEMPLATE/Improvement.md | 8 +----- 3 files changed, 6 insertions(+), 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index 1a87797..4147989 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -1,39 +1,20 @@ --- name: Bug Report -about: Something is broken? +about: Something is broken / doesn't work as expected --- - - ### Bug Report #### Summary - - Affected module: Description: -##### What is the current behaviour? - +#### What is the current behaviour and what is the expected behaviour? #### How to reproduce - -##### If the current behaviour is a bug, please provide the steps to reproduce it. - - -##### What do you think the expected behaviour should be? - - -##### 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 @@ -46,5 +27,6 @@ https://github.com/tobi-wan-kenobi/bumblebee-status/issues/197 https://github.com/tobi-wan-kenobi/bumblebee-status/issues/233 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 +--> diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md index 9adde8b..fcc2335 100644 --- a/.github/ISSUE_TEMPLATE/Feature.md +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -6,11 +6,5 @@ about: You have a neat idea that should be implemented? ### Feature Request -| Q | A -|------------ | ------ -| New Feature | yes -| RFC | yes/no -| BC Break | yes/no - #### Summary diff --git a/.github/PULL_REQUEST_TEMPLATE/Improvement.md b/.github/PULL_REQUEST_TEMPLATE/Improvement.md index 44d9eeb..6206956 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Improvement.md +++ b/.github/PULL_REQUEST_TEMPLATE/Improvement.md @@ -1,16 +1,10 @@ --- 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 -| Q | A -|------------ | ------ -| New Feature | yes -| RFC | yes/no -| BC Break | yes/no - #### Summary