From c1d66496fb06b8df8e0f9a38ab5a2a2a87699692 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Sat, 17 Feb 2018 09:59:09 +0100 Subject: [PATCH] Added GitHub templates --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..aff4b1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +**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/butomo1989/docker-android). Thank you!** + +Operating System: + + +Docker Image: + + +Docker Version: + + +Docker-compose version (Only if you use it): + + +Docker Command to start docker-android: + + +## Expected Behavior + + +## Actual Behavior + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..987ca4c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### Purpose of changes + + +### Types of changes +_Put an `x` in the boxes that apply_ + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +### How has this been tested? +