From 71663fdd177a608da1161792867f9ab84b40f36a Mon Sep 17 00:00:00 2001 From: deltaxflux Date: Sat, 2 Jun 2018 12:34:54 +0200 Subject: [PATCH] Add issue template and pull request template --- .github/ISSUE_TEMPLATE/Bug.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/Support.md | 11 +++++++++++ .github/Improvement.md | 16 ++++++++++++++++ .github/Other.md | 18 ++++++++++++++++++ 5 files changed, 81 insertions(+) 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/Improvement.md create mode 100644 .github/Other.md diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 00000000..25eef495 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,20 @@ +--- +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? + diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md new file mode 100644 index 00000000..9adde8b4 --- /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 00000000..69eca9ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -0,0 +1,11 @@ +--- +name: ❓ Support Question +about: Have a problem that you can't figure out? +--- + +| Q | A +|------------ | ----- +| Version | 4.10.x +#### Support Question + + diff --git a/.github/Improvement.md b/.github/Improvement.md new file mode 100644 index 00000000..8b616076 --- /dev/null +++ b/.github/Improvement.md @@ -0,0 +1,16 @@ +--- +name: Improvement +about: You have some improvement to make wtf better? +--- + +### Improvement + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no + +#### Summary + diff --git a/.github/Other.md b/.github/Other.md new file mode 100644 index 00000000..65da67ee --- /dev/null +++ b/.github/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**