Merge pull request #884 from shahzeb1/master

Created a helpful issues template.
This commit is contained in:
Winfried 2017-05-02 15:28:48 +02:00 committed by GitHub
commit 06b9dd3327

29
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,29 @@
### Info:
- Docker version (`$ docker --version`):
- Laradock commit (`$ git rev-parse HEAD`):
- System (`place x between the [ ]`):
- [ ] Mac
- [ ] PC
- [ ] Linux
- Info:
### Issue:
##### What seems to be going wrong?
_____
### Expected behavior:
##### What should be happening instead?
_____
### Reproduce:
##### How might we be able to reproduce the error?
_____
### Relevant Code:
```
// place code here
```