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

Skip to content

Commit d9aee8e

Browse files
committed
correct labels of issue templates
case sensitivity. Also put discourse link before SO to prioritize it.
1 parent 1f89ebf commit d9aee8e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature Request
33
about: Suggest something to add to Matplotlib
4-
labels: New Feature
4+
labels: New feature
55
---
66

77
<!--

.github/ISSUE_TEMPLATE/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Maintenance
33
about: Help improve performance, usability and/or consistency.
4-
label: maintenance
4+
label: Maintenance
55
---
66

77
### Describe the issue

.github/ISSUE_TEMPLATE/questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: Question/Support/Other
33
about: If you have a usage question
4-
labels: Question
4+
labels: Community support
55
# This template is based on the scikit-learn template
66
# https://github.com/scikit-learn/scikit-learn/blob/8e61534f1087703f476414d8dbd3688282f8eebf/.github/ISSUE_TEMPLATE/usage_question.md
77
---
88

99
<!--
1010
**If your issue is a usage question, please submit it in one of these other channels instead:**
11-
- StackOverflow with the Matplotlib tag: https://stackoverflow.com/questions/tagged/matplotlib
1211
- The Matplotlib community forum: https://discourse.matplotlib.org/
12+
- StackOverflow with the Matplotlib tag: https://stackoverflow.com/questions/tagged/matplotlib
1313
1414
The issue tracker is used only to report issues and feature requests. For
1515
questions, please use either of the above platforms. Most question issues are

0 commit comments

Comments
 (0)