Skip to content

Commit d2d4435

Browse files
authored
GitHub: add basic issue templates (#183)
2 parents c190e32 + de13304 commit d2d4435

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Bug report
3+
about: Use this template for reporting a bug related to building the documentation.
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Platform
11+
<!-- Name and version of OS -->
12+
13+
# Issue
14+
15+
## Failure
16+
17+
## Steps to reproduce
18+
<!-- A description of how to trigger this bug. -->
19+
20+
## Configuration
21+
22+
## Input and output logs (if possible)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Documentation issue
3+
about: Use this template for reporting an issue in the documentation.
4+
title: ''
5+
labels: 'documentation'
6+
assignees: ''
7+
8+
---
9+
10+
## Incorrect section
11+
<!-- Which section of the documentation is wrong? Please include a link to it, if that is possible. -->
12+
13+
## Description of the problem
14+
<!-- Which statements of the documentation are inaccurate? -->
15+
16+
## Proposed solution
17+
<!-- What do you think the correction should be? -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Use this template for raising a feature request.
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
## Description of the problem
11+
<!-- Is your feature request related to a problem? Please describe. Ex. I'm always frustrated when [...] -->
12+
13+
## Proposed solution
14+
<!-- Describe the solution you'd like. -->
15+
16+
## Alternatives
17+
<!-- Describe any alternative solutions or features you've considered. -->
18+
19+
## Additional context
20+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)