summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2016-12-14 01:03:34 +0900
committershimizukawa <shimizukawa@gmail.com>2016-12-14 01:03:34 +0900
commitc016c6461635edd8883629362a3b466938ed8291 (patch)
tree7ab04d23f4c96589a6c5deebec13a3e8bdac107d /.github
parent938d44e2ded54e23da677a120381228bca4c6a5f (diff)
downloadsphinx-git-c016c6461635edd8883629362a3b466938ed8291.tar.gz
refs #3222 add issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000..5caf7d6a4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -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>