diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 22:08:31 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 22:51:00 +0900 |
commit | 23c5ed7daac3d863e07218d3a476bd5e0cff80fd (patch) | |
tree | bbd5722946ce79224159496b777d48e75acd574f | |
parent | 8b9125871b59d915324176ab959bb0aed20a727a (diff) |
add ISSUE_TEMPLATE
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..67cd533 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +### I'm opening this issue because: + +- [ ] I'll report a bug +- [ ] I'll propose a new feature + +### Description + +### Failure Information (for bugs) + +#### Steps to Reproduce + +Please provide detailed steps for reproducing the issue. + +1. step 1 +2. step 2 +3. you get it... + +#### System configuration + +- Operating system: +- Firefox version: +- Vim-Vixen version: + +#### Console logs + +Any relevant log in developer tools: |