From fcc3656ddc069173209bc893cfda71725572b705 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 10 May 2018 00:51:35 +0200 Subject: [PATCH] Update Github templates Thanks to Babel for inspiration <3 --- .github/ISSUE_TEMPLATE/Bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 9 +++++++++ .github/ISSUE_TEMPLATE/Support_question.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/Support_us.md | 21 +++++++++++++++++++++ .github/issue_template.md | 16 ---------------- 5 files changed, 61 insertions(+), 16 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/Support_question.md create mode 100644 .github/ISSUE_TEMPLATE/Support_us.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..a4cd1263 --- /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 00000000..d2e21948 --- /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 00000000..75c48b6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -0,0 +1,12 @@ +--- +name: "🤗 Support Question" +about: "If you have a question 💬, please check out our forum!" + +--- + +--------------^ Click "Preview" for a nicer view! +We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁. + +* Nette Forum: https://forum.nette.org +* Nette Gitter: https://gitter.im/nette/nette +* Slack (czech): https://pehapkari.slack.com/messages/C2R30BLKA diff --git a/.github/ISSUE_TEMPLATE/Support_us.md b/.github/ISSUE_TEMPLATE/Support_us.md new file mode 100644 index 00000000..92d8a4c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_us.md @@ -0,0 +1,21 @@ +--- +name: "❤️ Support us" +about: "If you would like to support our efforts in maintaining this project 🙌" + +--- + +--------------^ Click "Preview" for a nicer view! + +> https://nette.org/donate + +Help support Nette! + +We develop Nette Framework for more than 14 years. In order to make your life more comfortable. Nette cares about the safety of your sites. Nette saves you time. And gives job opportunities. + +Nette earns you money. And is absolutely free. + +To ensure future development and improving the documentation, we need your donation. + +Whether you are chief of IT company which benefits from Nette, or developer who goes for advice on our forum, if you like Nette, [please make a donation now](https://nette.org/donate). + +Thank you! diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index a6a22a9b..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,16 +0,0 @@ -- bug report? yes/no -- feature request? yes/no -- version: ?.?.? - -### Description -... - -### Steps To Reproduce -... If possible a minimal demo of the problem ... - -