Skip to content

Commit fa85687

Browse files
authored
Merge pull request #54 from edoburu/feature/issue-templates
Add issue templates
2 parents 350cad1 + d1a5038 commit fa85687

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: "Bug report \U0001F41B"
3+
about: "Create a report to help us improve"
4+
labels: "bug"
5+
6+
---
7+
8+
### Describe the Bug
9+
<!-- A clear and concise description of what the bug is. -->
10+
<!-- IMPORTANT: Before you open an issue, please make sure to search the existing issues to avoid duplicates! -->
11+
12+
13+
### Minimal Example to Reproduce
14+
<!-- A minimal example of your models and sphinx configuration. -->
15+
16+
17+
### Expected Behavior
18+
<!-- A clear and concise description of what you expected to happen. -->
19+
20+
21+
### Actual Behavior
22+
<!-- A clear and concise description of what actually happened. -->
23+
24+
25+
### Additional Information
26+
<!-- Add any other context (e.g. logs, screenshots, etc.) about the problem here. -->
27+
28+
<details>
29+
<summary>Traceback</summary>
30+
31+
```
32+
```
33+
34+
</details>
35+
36+
37+
### System Information
38+
<!-- Tell us about your environment. -->
39+
40+
OS version:
41+
Python version:
42+
Sphinx version:
43+
sphinxcontrib_django version:
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Feature request \U0001F4A1"
3+
about: "Suggest an idea for this project"
4+
labels: "feature request"
5+
6+
---
7+
8+
### Motivation
9+
<!-- A clear and concise description of what the motivation for the new feature is, and what problem it is solving. -->
10+
<!-- IMPORTANT: Before you open an issue, please make sure to search the existing issues to avoid duplicates! -->
11+
12+
13+
### Proposed Solution
14+
<!-- A clear and concise description of the feature you would like to add, and how it solves the motivating problem. -->
15+
16+
17+
### Alternatives
18+
<!-- A clear and concise description of any alternative solutions or features you've considered, and why you're proposed solution is better. -->
19+
20+
21+
### Additional Context
22+
<!-- Add any other information or screenshots about the feature request here. -->
23+

0 commit comments

Comments
 (0)