Addded different templates for issues

This commit is contained in:
butomo1989 2019-07-03 10:54:05 +02:00
parent e7d684eb0a
commit de073327af
4 changed files with 34 additions and 3 deletions

12
.github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug.md vendored Normal file → Executable file
View file

@ -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: Operating System:
<!-- OSX Yosemite, Ubuntu 16.04, Windows 10 etc --> <!-- OSX Yosemite, Ubuntu 18.04, Windows 10 etc -->
Docker Image: Docker Image:
<!-- butomo1989/docker-android-x86-7.1.1, butomo1989/docker-android-real-device etc --> <!-- budtmo/docker-android-x86-7.1.1, budtmo/docker-android-real-device etc -->
Docker Version: Docker Version:
<!-- 17.09.0-ce, 17.06.2-ce etc --> <!-- 17.09.0-ce, 17.06.2-ce etc -->

16
.github/ISSUE_TEMPLATE/feature.md vendored Executable file
View file

@ -0,0 +1,16 @@
---
name: 🚀 Feature Request
about: Submit your idea to have cool features
---
## 🚀 Feature Request
Idea:
<!-- A clear explanation about the feature -->
Problems that want to be solved:
<!-- A clear explanation about why we need that feature -->
Note:
<!-- Additional note -->

9
.github/ISSUE_TEMPLATE/question.md vendored Executable file
View file

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

0
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file → Executable file
View file