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

Skip to content

Commit 02b8145

Browse files
committed
MNT: update GH issue template [ci skip]
Basically this just used the HTML comment trick to make the template a little snazzier.
1 parent 481e860 commit 02b8145

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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.
1+
<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.-->
2+
<!--You can feel free to delete the sections that do not apply.-->
23

34
### Bug report
45

56
**Bug summary**
67

7-
- A short 1-2 sentences that succinctly describes the bug
8+
<!--A short 1-2 sentences that succinctly describes the bug-->
89

910
**Code for reproduction**
1011

11-
- A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required
12+
<!--A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required-->
1213

1314
```python
1415
# Paste your code here
@@ -18,7 +19,7 @@ To help us understand and resolve your issue, please fill out the form to the be
1819

1920
**Actual outcome**
2021

21-
- The output produced by the above code, which may be a screenshot, console output, etc.
22+
<!--The output produced by the above code, which may be a screenshot, console output, etc.-->
2223

2324
```
2425
# If applicable, paste the console output here
@@ -28,11 +29,17 @@ To help us understand and resolve your issue, please fill out the form to the be
2829

2930
**Expected outcome**
3031

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
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-->
3334

3435
**Matplotlib version**
35-
36-
- Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
37-
- How did you install Matplotlib and Python (pip, anaconda, from source ...)
36+
<!--Please specify your platform and versions of the relevant libraries you are using:-->
37+
* Operating System:
38+
* Matplotlib Version:
39+
* Python Version:
40+
* Jupyter Version (if applicable):
41+
* Other Libraries:
42+
43+
<!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda-->
44+
<!--If you installed from conda, please specify which channel you used if not the default-->
3845

0 commit comments

Comments
 (0)