diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..0337fe18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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 + ``` \ No newline at end of file