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**