From de073327afe47a48b7684f364c146db18e760cfc Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Wed, 3 Jul 2019 10:54:05 +0200 Subject: [PATCH] Addded different templates for issues --- .../{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug.md} | 12 +++++++++--- .github/ISSUE_TEMPLATE/feature.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 9 +++++++++ .github/PULL_REQUEST_TEMPLATE.md | 0 4 files changed, 34 insertions(+), 3 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug.md} (54%) mode change 100644 => 100755 create mode 100755 .github/ISSUE_TEMPLATE/feature.md create mode 100755 .github/ISSUE_TEMPLATE/question.md mode change 100644 => 100755 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug.md old mode 100644 new mode 100755 similarity index 54% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug.md index b4ca967..8d46468 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,10 +1,16 @@ -**Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit [our group chat](https://gitter.im/budtmo/docker-android). Thank you!** +--- + +name: 🐛 Bug report +about: Report a bug to improve the tool +--- + +## 🐛 Bug Report Operating System: - + Docker Image: - + Docker Version: diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100755 index 0000000..32903ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,16 @@ +--- + +name: 🚀 Feature Request +about: Submit your idea to have cool features +--- + +## 🚀 Feature Request + +Idea: + + +Problems that want to be solved: + + +Note: + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100755 index 0000000..879a96a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- + +name: 💬 Questions / Help +about: If you have questions, please check the group chat +--- + +## 💬 Questions and Help + +**Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit [our group chat](https://gitter.im/budtmo/docker-android). Thank you!** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md old mode 100644 new mode 100755