You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug or issue with Matplotlib
2
+
description: Report a bug or issue with Matplotlib.
3
3
title: "[Bug]: "
4
4
body:
5
-
- type: markdown
6
-
attributes:
7
-
value: |
8
-
To help us understand and resolve your issue, please fill out the form to the best of your ability.
9
5
- type: textarea
10
6
id: summary
11
7
attributes:
12
8
label: Bug summary
13
-
description: Please provide 1-2 short sentences that succinctly describes the bug
9
+
description: Describe the bug in 1-2 short sentences
14
10
placeholder:
15
11
value:
16
12
validations:
@@ -28,63 +24,62 @@ body:
28
24
id: actual
29
25
attributes:
30
26
label: Actual outcome
31
-
description: Please provide the output produced by the above code, which may be a screenshot, console output, etc.
32
-
placeholder: if applicable, paste the console output and images here
27
+
description: |
28
+
Paste the output produced by the code provided above, e.g.
29
+
console output, images/videos produced by the code, any relevant screenshots/screencasts, etc.
33
30
validations:
34
31
required: true
35
32
- type: textarea
36
33
id: expected
37
34
attributes:
38
35
label: Expected outcome
39
-
description: Please provide a description (or visual example) of the expected outcome from the code snippet. If this used to work in an earlier version of Matplotlib, please note the version it used to work on
36
+
description: Describe (or provide a visual example of) the expected outcome from the code snippet.
40
37
validations:
41
38
required: true
39
+
- type: textarea
40
+
id: details
41
+
attributes:
42
+
label: Additional information
43
+
description: |
44
+
- What are the conditions under which this bug happens? input parameters, edge cases, etc?
45
+
- Has this worked in earlier versions?
46
+
- Do you know why this bug is happening?
47
+
- Do you maybe even know a fix?
42
48
- type: input
43
49
id: operating-system
44
50
attributes:
45
51
label: Operating system
46
-
description: What operating system are you using?
47
-
placeholder: Windows, OS/X, Arch, Debian, Ubuntu, etc.
52
+
description: Windows, OS/X, Arch, Debian, Ubuntu, etc.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Thanks for thinking of a way to improve Matplotlib. Please search the issues for relevant feature requests before creating a new feature request.
9
+
Please search the [issues](https://github.com/matplotlib/matplotlib/issues) for relevant feature requests before creating a new feature request.
10
10
- type: textarea
11
11
id: problem
12
12
attributes:
13
13
label: Problem
14
-
description: Please provide a clear and concise description of the problem this feature will solve.
14
+
description: Briefly describe the problem this feature will solve. (2-4 sentences)
15
15
placeholder: |
16
16
* I'm always frustrated when [...] because [...]
17
17
* I would like it if [...] happened when I [...] because [...]
@@ -22,15 +22,4 @@ body:
22
22
id: solution
23
23
attributes:
24
24
label: Proposed solution
25
-
description: Please provide a clear and concise description of a way to accomplish what you want.
26
-
placeholder: Add an option so that when [...] [...] will happen
27
-
- type: textarea
28
-
id: prior-art
29
-
attributes:
30
-
label: Additional context and prior art
31
-
description: Add any other context or screenshots about the feature request here. You can also include links to examples of other programs that have something similar to your request.
32
-
placeholder: Another project [...] solved this by [...]
33
-
34
-
35
-
36
-
25
+
description: Describe a way to accomplish the goals of this feature request.
0 commit comments