Skip to content

Commit 06b9dd3

Browse files
Merge pull request laradock#884 from shahzeb1/master
Created a helpful issues template.
2 parents b9b9d52 + 767fbdd commit 06b9dd3

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### Info:
2+
- Docker version (`$ docker --version`):
3+
- Laradock commit (`$ git rev-parse HEAD`):
4+
- System (`place x between the [ ]`):
5+
- [ ] Mac
6+
- [ ] PC
7+
- [ ] Linux
8+
- Info:
9+
10+
### Issue:
11+
##### What seems to be going wrong?
12+
13+
_____
14+
15+
### Expected behavior:
16+
##### What should be happening instead?
17+
18+
_____
19+
20+
### Reproduce:
21+
##### How might we be able to reproduce the error?
22+
23+
_____
24+
25+
### Relevant Code:
26+
27+
```
28+
// place code here
29+
```

0 commit comments

Comments
 (0)