-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathISSUE_TEMPLATE
31 lines (23 loc) · 1.83 KB
/
ISSUE_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## Describe the bug / feature
<!--- If describing a bug: -->
<!---- - tell us what happened instead of the expected behavior -->
<!--- - include the steps to reproduce the bug -->
<!--- - if a Traceback is available, include the complete Traceback in the Issue -->
<!--- - include as many relevant details about the environment -->
<!--- - package version used -->
<!--- - operating system and version -->
<!--- - versions of other packages in conda or python virtual environment -->
<!--- If a change/improvement/feature -->
<!--- - explain the idea and/or the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change (other code, article etc) -->
## Context
<!--- Providing context helps us come up with a solution that is most useful in -->
<!--- the real world. -->
<!--- If a bug: -->
<!--- - What are you trying to accomplish? -->
<!--- - If it is data specific, please provide any relevant information about -->
<!--- the data, or a link to an example, if possible. -->
<!--- If a new feature: -->
<!--- - How will this feature benefit the field? -->