diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 95% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 617cabbc720a..dbd568cba01b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,8 @@ +--- +name: Bug Report +about: Report a bug or issue with Matplotlib +--- + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 000000000000..c97e869f438d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,29 @@ +--- +name: Documentation improvement +about: Create a report to help us improve the documentation +label: Documentation +--- + + + + +### Problem + + + + +### Suggested Improvement + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000000..6ca57f1ce8fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,37 @@ +--- +name: Feature Request +about: Suggest something to add to Matplotlib +labels: New feature +--- + + + +### Problem + + + +### Proposed Solution + + + +### Additional context and prior art + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/maintenance.md b/.github/ISSUE_TEMPLATE/maintenance.md new file mode 100644 index 000000000000..9f52ef09f5a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintenance.md @@ -0,0 +1,14 @@ +--- +name: Maintenance +about: Help improve performance, usability and/or consistency. +label: Maintenance +--- + +### Describe the issue + +**Summary** + + + +### Proposed fix + diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md new file mode 100644 index 000000000000..72c8327fd2c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -0,0 +1,17 @@ +--- +name: Question/Support/Other +about: If you have a usage question +labels: Community support +# This template is based on the scikit-learn template +# https://github.com/scikit-learn/scikit-learn/blob/8e61534f1087703f476414d8dbd3688282f8eebf/.github/ISSUE_TEMPLATE/usage_question.md +--- + +