refs #3222 add issue template

This commit is contained in:
shimizukawa 2016-12-14 01:03:34 +09:00
parent 938d44e2de
commit c016c64616

27
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,27 @@
Subject: <what happen when you do on which document project>
# Problem
- <Detail of problem>
## Procedure to reproduce the problem
```
<Paste your command-line here which cause the problem>
```
## Error logs / results
```
<Paste your error log here>
```
- <public link of unexpected result if you have>
## Expected results
<Describe what to actually do>
# Reproducible project / your project
- <link to your project, or attach zipped small project sample>
# Environment info
- OS: <Unix/Linux/Mac/Win/other with version>
- Python version:
- Sphinx version:
- <Extra tools e.g.: Browser, tex or something else>