Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c770a20

Browse files
committed
Adjust markdown and text in ISSUE_TEMPLATE.md
1 parent 109251f commit c770a20

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
To help us understand and resolve your issue please check that you have provided
2-
the information that corresponds to the type of issue that you are submitting. You can feel free to delete the sections that do not apply to your issue.
1+
To help us understand and resolve your issue, please fill out the form to the best of your ability. You can feel free to delete the sections that do not apply.
32

4-
###Bug report
3+
### Bug report
54

65
**Bug summary**
76

8-
- [ ] A short 1-2 sentences that succinctly describes the bug
7+
- A short 1-2 sentences that succinctly describes the bug
98

109
**Code for reproduction**
1110

12-
- [ ] A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required
11+
- A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required
1312

1413
```python
1514
# Paste your code here
@@ -19,7 +18,7 @@ the information that corresponds to the type of issue that you are submitting. Y
1918

2019
**Actual outcome**
2120

22-
- [ ] The output produced by the above code, which may be a screenshot, console output, etc.
21+
- The output produced by the above code, which may be a screenshot, console output, etc.
2322

2423
```
2524
# If applicable, paste the console output here
@@ -29,11 +28,11 @@ the information that corresponds to the type of issue that you are submitting. Y
2928

3029
**Expected outcome**
3130

32-
- [ ] A description of the expected outcome from the code snippet
33-
- [ ] If this used to work in an earlier version of Matplotlib, please note the version it used to work on
31+
- A description of the expected outcome from the code snippet
32+
- If this used to work in an earlier version of Matplotlib, please note the version it used to work on
3433

3534
**Matplotlib version**
3635

37-
- [ ] Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
38-
- [ ] How did you install Matplotlib and Python (pip, anaconda, from source ...)
36+
- Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
37+
- How did you install Matplotlib and Python (pip, anaconda, from source ...)
3938

0 commit comments

Comments
 (0)