diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..1a87797 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,50 @@ +--- +name: Bug Report +about: Something is broken? +--- + + + +### Bug Report + +#### Summary + + +Affected module: + +Description: + + +##### What is the current 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 + + + + diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md new file mode 100644 index 0000000..9adde8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -0,0 +1,16 @@ +--- +name: Feature Request +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/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md new file mode 100644 index 0000000..e3802f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -0,0 +1,20 @@ +--- +name: ❓ Support Question +about: Have a problem that you can't figure out? +--- + + + + +| Q | A +|------------ | ----- +| Version | x + + +#### Support Question + + diff --git a/.github/PULL_REQUEST_TEMPLATE/Improvement.md b/.github/PULL_REQUEST_TEMPLATE/Improvement.md new file mode 100644 index 0000000..44d9eeb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Improvement.md @@ -0,0 +1,16 @@ +--- +name: Improvement +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 + diff --git a/.github/PULL_REQUEST_TEMPLATE/Other.md b/.github/PULL_REQUEST_TEMPLATE/Other.md new file mode 100644 index 0000000..65da67e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Other.md @@ -0,0 +1,18 @@ +--- +name: Other +about: You have some other ideas you want to introduce? +--- + + + +**What kind of change does this PR introduce?** + + +**Summary** + + + +**Does this PR introduce a breaking change?** + + +**Other information**