summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-06-29 09:18:44 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2018-06-29 09:27:56 -0700
commit07aad4930fcf1f6683c0f467f20eef29966c10c5 (patch)
tree5ed75b71706822bdb17fa80c9b9d1249b202b6e5
parent40df65a321f8434dbff085c98e6b21360b466147 (diff)
downloadpylint-git-07aad4930fcf1f6683c0f467f20eef29966c10c5.tar.gz
Customize the issue template. Close #2230
-rw-r--r--.github/ISSUE_TEMPLATE.md13
-rw-r--r--.github/ISSUE_TEMPLATE/1_Bug_report.md26
-rw-r--r--.github/ISSUE_TEMPLATE/2_Feature_request.md22
-rw-r--r--.github/ISSUE_TEMPLATE/3_Question.md7
4 files changed, 55 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 1b707153e..000000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,13 +0,0 @@
-### Steps to reproduce
-1.
-2.
-3.
-
-### Current behavior
-
-
-### Expected behavior
-
-
-### pylint --version output
-
diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md
new file mode 100644
index 000000000..7bbe13351
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md
@@ -0,0 +1,26 @@
+---
+name: Bug report
+about: Report a bug in pylint
+
+---
+
+<!--
+ Hi there! Thank you for discovering and submitting an issue.
+
+ Before you submit this, make sure that the issue doesn't already exist
+ or if it is not closed.
+-->
+
+### Steps to reproduce
+1.
+2.
+3.
+
+### Current behavior
+
+
+### Expected behavior
+
+
+### pylint --version output
+
diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md
new file mode 100644
index 000000000..daa030f77
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/2_Feature_request.md
@@ -0,0 +1,22 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+<!--
+ Hi there! Thank you for wanting to make pylint better.
+
+ Before you submit this, make sure that this feature wasn't
+ already requested or if it is not already implemented in the master branch.
+-->
+
+### Is your feature request related to a problem? Please describe
+A clear and concise description of what the problem is.
+
+### Describe the solution you'd like
+A clear and concise description of what you want to happen.
+
+
+### Additional context
+Add any other context about the feature request here. \ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/3_Question.md b/.github/ISSUE_TEMPLATE/3_Question.md
new file mode 100644
index 000000000..8af6e512d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/3_Question.md
@@ -0,0 +1,7 @@
+---
+name: Support question
+about: Questions about pylint that are not covered in the documentation (http://pylint.pycqa.org/en/latest/)
+
+---
+
+## Question