mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refs #3222 add issue template
This commit is contained in:
parent
938d44e2de
commit
c016c64616
27
.github/ISSUE_TEMPLATE.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE.md
vendored
Normal 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>
|
Loading…
Reference in New Issue
Block a user