Skip to content

Commit 2656baa

Browse files
committed
Update issue templates for GH
1 parent 7af8125 commit 2656baa

File tree

3 files changed

+59
-15
lines changed

3 files changed

+59
-15
lines changed

.github/ISSUE_TEMPLATE.md

-15
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: "Bug Report \U0001F41B"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Version
11+
<!--- List the version of `dotwiz` here. -->
12+
13+
## Platform
14+
<!--- The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) -->
15+
16+
## Python
17+
<!--- Generally, this is the output of `python3 -V`. List the version of your Python interpreter here. -->
18+
19+
## Description
20+
Enter your issue details here.
21+
One way to structure the description:
22+
23+
[short summary of the bug]
24+
25+
I ran this code:
26+
27+
```python3
28+
from dotwiz import *
29+
```
30+
31+
32+
I expected to see this happen: [explanation]
33+
34+
Instead, this happened: [explanation]
35+
36+
## Context
37+
<!--- How has this bug affected you? What were you trying to accomplish?
38+
Feel free to add any screenshots here, if relevant. -->
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "Feature Request \U0001F4A1"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
#### Is your feature request related to a problem? Please describe.
11+
<!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
#### Describe the solution you'd like
14+
<!--- A clear and concise description of what you want to happen. -->
15+
16+
#### Describe alternatives you've considered
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
#### Additional context
20+
<!--- Why is this change important to you? How would you use it? -->
21+
<!--- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)