diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000..72c78b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,19 @@ +--- +name: "🐛 Bug Report" +about: "If something isn't working as expected 🤔" + +--- + +Version: ?.?.? + +### Bug Description +... A clear and concise description of what the bug is. A good bug report shouldn't leave others needing to chase you up for more information. + +### Steps To Reproduce +... If possible a minimal demo of the problem ... + +### Expected Behavior +... A clear and concise description of what you expected to happen. + +### Possible Solution +... Only if you have suggestions on a fix for the bug diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 0000000..f5744ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,9 @@ +--- +name: "🚀 Feature Request" +about: "I have a suggestion (and may want to implement it) 🙂" + +--- + +- Is your feature request related to a problem? Please describe. +- Explain your intentions. +- It's up to you to make a strong case to convince the project's developers of the merits of this feature. diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md new file mode 100644 index 0000000..9b0b63d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -0,0 +1,8 @@ +--- +name: "🤗 Support Question" +about: "If you have a question 💬" + +--- + +--------------^ Click "Preview" for a nicer view! +We primarily use GitHub as an issue tracker; for usage and support questions, please check out https://php.baraja.cz. Thanks! 😁.