diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..fabeb68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +## Basic Information + +Device type: ________ +OS version: ________ +EasyPermissions version: ________ + +## Describe the problem + +What happened? What did you expect to happen? + +## Code and logs + +``` +// TODO(you): show the code that produces the problem, +// and any relevant logs. +```