Skip to content

Commit 5da77a0

Browse files
committed
Add issue templates
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
1 parent 7390810 commit 5da77a0

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: needs-triage
6+
assignees: ''
7+
8+
---
9+
<!--- Provide a general summary of the issue in the Title above -->
10+
11+
## Describe the bug
12+
A clear and concise description of what the bug is.
13+
14+
15+
## Expected behavior
16+
A clear and concise description of what you expected to happen.
17+
18+
19+
## Possible Solution
20+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
21+
<!--- or ideas how to implement the addition or change -->
22+
23+
24+
## To Reproduce
25+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
26+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
27+
28+
1.
29+
2.
30+
3.
31+
32+
33+
## Context
34+
<!--- How has this issue affected you? What are you trying to accomplish? -->
35+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
36+
37+
38+
## Your Environment
39+
<!--- Include as many relevant details about the environment you experienced the bug in -->
40+
41+
<!---
42+
Please execute the following command and past the output:
43+
44+
```
45+
pip install envinfopy[markdown]
46+
python -m envinfopy --format=markdown pytablewriter DataProperty tabledata typepy
47+
```
48+
--->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: needs-triage
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+
14+
# Describe the solution you'd like
15+
A clear and concise description of what you want to happen.
16+
17+
18+
# Describe alternatives you've considered
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
22+
# Additional context
23+
<!--- How has this issue affected you? What are you trying to accomplish? -->
24+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

0 commit comments

Comments
 (0)