diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 22:55:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 22:55:37 +0900 |
commit | 892eb8a6a6d9080213f461f19a8b8435a6482237 (patch) | |
tree | efb3451df9e26fb2e87cb474414467cd94a800ad /.github | |
parent | 8b9125871b59d915324176ab959bb0aed20a727a (diff) | |
parent | 1cae87af6d9d8dcca257d1f168697d477a5d6855 (diff) |
Merge pull request #25 from ueokande/github
Add GitHub meta files
Diffstat (limited to '.github')
-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: |