Skip to content

Commit

Permalink
feat(tmpl): support issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 18, 2018
1 parent 64e5ce9 commit cb4b5b7
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions resources/docs/ISSUE_TEMPLATE.md.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## This is a

<-- Put a cross `x` in one of the below boxes -->

- [ ] Bug/Issue
- [ ] Feature request
- [ ] General stuff

<!-- BugStart (Remove this line if reporting bug)
## Describe the bug/issue
I wanted to ...
### What happened
...
### What is expected
...
### Reproduction steps
- ...
### Sample code
### Environment
- OS:
- PHP version:
- {{project}} version:
BugEnd (Remove this line if reporting bug) -->

<!-- FeatureStart (Remove this line if requesting feature)
## Explain the feature
FeatureEnd (Remove this line if requesting feature) -->

<!-- GeneralStart (Remove this line if it is general concern)
## Explain yourself
...
GeneralEnd (Remove this line if it is general concern) -->

0 comments on commit cb4b5b7

Please sign in to comment.