Skip to content

Commit

Permalink
add ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbussa committed Nov 16, 2016
1 parent 509ed19 commit 47834c7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,28 @@
- [ ] I have verified there are no duplicate active or recent bugs, questions, or requests
- [ ] I have verified that I am using the latest version of Permission Utils.
- [ ] I have given my issue a non-generic title.
- [ ] I have read over the documentation (before asking questions on how to do something).

###### Include the following:
- Permission Utils version: `x.x.x`
- Device OS version: `7.0`
- Device Manufacturer: `LG`
- Device Name: `Nexus 5X`

Also, please wrap Java with correct syntax highlighting.

```java
System.out.println("Hello, world!");
```

###### Reproduction Steps

1.
2.
3.

###### Expected Result



###### Actual Result

0 comments on commit 47834c7

Please sign in to comment.