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

Skip to content

Commit 1d99132

Browse files
authored
Merge pull request #18161 from ianhi/feature-request
Add more specific GitHub issue templates
2 parents c9bf76c + 033fefe commit 1d99132

File tree

5 files changed

+102
-0
lines changed

5 files changed

+102
-0
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or issue with Matplotlib
4+
---
5+
16
<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.-->
27
<!--You can feel free to delete the sections that do not apply.-->
38

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Documentation improvement
3+
about: Create a report to help us improve the documentation
4+
label: Documentation
5+
---
6+
7+
<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.-->
8+
<!--You can feel free to delete the sections that do not apply.-->
9+
10+
### Problem
11+
12+
<!--
13+
If you are referencing an existing piece of documentation or example please provide a link.
14+
15+
* I found [...] to be unclear because [...]
16+
* [...] made me think that [...] when really it should be [...]
17+
* There is no example showing how to do [...]
18+
-->
19+
20+
21+
### Suggested Improvement
22+
23+
<!--
24+
If you have an idea to improve the documentation please suggest it here
25+
26+
* This line should be be changed to say [...]
27+
* Include a paragraph explaining [...]
28+
* Add a figure showing [...]
29+
-->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Feature Request
3+
about: Suggest something to add to Matplotlib
4+
labels: New feature
5+
---
6+
7+
<!--
8+
Welcome! Thanks for thinking of a way to improve Matplotlib.
9+
10+
11+
Before creating a new feature request please search the issues for relevant feature requests.
12+
-->
13+
14+
### Problem
15+
16+
<!--
17+
Provide a clear and concise description of the problem this feature will solve.
18+
19+
For example:
20+
* I'm always frustrated when [...] because [...]
21+
* I would like it if [...] happened when I [...] because [...]
22+
* Here is a sample image of what I am asking for [...]
23+
-->
24+
25+
### Proposed Solution
26+
27+
<!-- Provide a clear and concise description of a way to accomplish what you want. For example:
28+
29+
* Add an option so that when [...] [...] will happen
30+
-->
31+
32+
### Additional context and prior art
33+
34+
<!-- 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. For example:
35+
36+
* Another project [...] solved this by [...]
37+
-->

.github/ISSUE_TEMPLATE/maintenance.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Maintenance
3+
about: Help improve performance, usability and/or consistency.
4+
label: Maintenance
5+
---
6+
7+
### Describe the issue
8+
9+
**Summary**
10+
11+
<!-- A short 1-2 sentences that succinctly describe what could be improved -->
12+
13+
### Proposed fix
14+

.github/ISSUE_TEMPLATE/questions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Question/Support/Other
3+
about: If you have a usage question
4+
labels: Community support
5+
# This template is based on the scikit-learn template
6+
# https://github.com/scikit-learn/scikit-learn/blob/8e61534f1087703f476414d8dbd3688282f8eebf/.github/ISSUE_TEMPLATE/usage_question.md
7+
---
8+
9+
<!--
10+
**If your issue is a usage question, please submit it in one of these other channels instead:**
11+
- The Matplotlib community forum: https://discourse.matplotlib.org/
12+
- StackOverflow with the Matplotlib tag: https://stackoverflow.com/questions/tagged/matplotlib
13+
14+
The issue tracker is used only to report issues and feature requests. For
15+
questions, please use either of the above platforms. Most question issues are
16+
closed without an answer on this issue tracker. Thanks for your understanding.
17+
-->

0 commit comments

Comments
 (0)