From 6e96e6b10ae0bc00f01881c1e62d578efeb113f9 Mon Sep 17 00:00:00 2001 From: deltaxflux Date: Mon, 28 May 2018 15:02:15 +0200 Subject: [PATCH] Modify issue template and pull request template --- .github/ISSUE_TEMPLATE.md | 27 --------------- .github/ISSUE_TEMPLATE/Bug.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature.md | 16 +++++++++ .github/ISSUE_TEMPLATE/Support.md | 26 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE/Improvement.md | 16 +++++++++ .../Other.md} | 5 +++ 6 files changed, 97 insertions(+), 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Feature.md create mode 100644 .github/ISSUE_TEMPLATE/Support.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/Improvement.md rename .github/{PULL_REQUEST_TEMPLATE.md => PULL_REQUEST_TEMPLATE/Other.md} (88%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b0904fe..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ ----- - -#### Read the [wiki](https://github.com/FluxionNetwork/fluxion/wiki)? -No* - -#### Do you want to request a *feature* or report a *bug*? -*Bug* - -#### What is the current behaviour? - - -#### 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]`* - ------ diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..5d295cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,34 @@ +--- +name: Bug Report +about: Something is broken? +--- + + + +### Bug Report + +#### Summary + + +##### 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..ce60180 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -0,0 +1,26 @@ +--- +name: ❓ Support Question +about: Have a problem that you can't figure out? +--- + + + + +| Q | A +|------------ | ----- +| Version | 4.10.x + + + +#### Support Question + + +#### Specs + diff --git a/.github/PULL_REQUEST_TEMPLATE/Improvement.md b/.github/PULL_REQUEST_TEMPLATE/Improvement.md new file mode 100644 index 0000000..10ae457 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Improvement.md @@ -0,0 +1,16 @@ +--- +name: Improvement +about: You have some improvement to make Fluxion better? +--- + +### Improvement + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no + +#### Summary + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/Other.md similarity index 88% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/Other.md index 4a0bfe3..65da67e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/Other.md @@ -1,3 +1,8 @@ +--- +name: Other +about: You have some other ideas you want to introduce? +--- + **What kind of change does this PR introduce?**