mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Reduce header levels in ISSUE_TEMPLATE.md
This commit is contained in:
parent
ab00f5fe49
commit
d8a420bd16
12
.github/ISSUE_TEMPLATE.md
vendored
12
.github/ISSUE_TEMPLATE.md
vendored
@ -1,26 +1,26 @@
|
||||
Subject: <what happen when you do on which document project>
|
||||
|
||||
# Problem
|
||||
### Problem
|
||||
- <Detail of problem>
|
||||
|
||||
## Procedure to reproduce the problem
|
||||
#### Procedure to reproduce the problem
|
||||
```
|
||||
<Paste your command-line here which cause the problem>
|
||||
```
|
||||
|
||||
## Error logs / results
|
||||
#### Error logs / results
|
||||
```
|
||||
<Paste your error log here>
|
||||
```
|
||||
- <public link of unexpected result if you have>
|
||||
|
||||
## Expected results
|
||||
#### Expected results
|
||||
<Describe what to actually do>
|
||||
|
||||
# Reproducible project / your project
|
||||
### Reproducible project / your project
|
||||
- <link to your project, or attach zipped small project sample>
|
||||
|
||||
# Environment info
|
||||
### Environment info
|
||||
- OS: <Unix/Linux/Mac/Win/other with version>
|
||||
- Python version:
|
||||
- Sphinx version:
|
||||
|
Loading…
Reference in New Issue
Block a user