Added GitHub templates
This commit is contained in:
parent
1365ec736b
commit
c1d66496fb
22
.github/ISSUE_TEMPLATE.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -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:
|
||||||
|
<!-- OSX Yosemite, Ubuntu 16.04, Windows 10 etc -->
|
||||||
|
|
||||||
|
Docker Image:
|
||||||
|
<!-- butomo1989/docker-android-x86-7.1.1, butomo1989/docker-android-real-device etc -->
|
||||||
|
|
||||||
|
Docker Version:
|
||||||
|
<!-- 17.09.0-ce, 17.06.2-ce etc -->
|
||||||
|
|
||||||
|
Docker-compose version (Only if you use it):
|
||||||
|
<!-- 1.16.1 etc -->
|
||||||
|
|
||||||
|
Docker Command to start docker-android:
|
||||||
|
<!-- docker run ... -->
|
||||||
|
|
||||||
|
## Expected Behavior
|
||||||
|
<!-- Explaination about expected behaviour goes here -->
|
||||||
|
|
||||||
|
## Actual Behavior
|
||||||
|
<!-- Explaination about actual behaviour goes here -->
|
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
### Purpose of changes
|
||||||
|
<!-- Please describe why this change is required / What problem you want to solve. -->
|
||||||
|
|
||||||
|
### 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?
|
||||||
|
<!-- Please describe in detail how you tested your changes. -->
|
Loading…
Reference in a new issue