File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ --->
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments