summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 21:42:36 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 22:02:01 +0200
commitb6ce99bb8158c4ac05ae7f0bd6fd12c6cdbeaa11 (patch)
treeea9e0304d698e0d7f224283c27e27ef74f6fbbde /.github/ISSUE_TEMPLATE
parent3420964a2ed8fd553e07efb1096b14dddcd2332c (diff)
downloadpylint-git-b6ce99bb8158c4ac05ae7f0bd6fd12c6cdbeaa11.tar.gz
Add prettier to the pre-commit configuration
Also apply prettier
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/1_Bug_report.md4
-rw-r--r--.github/ISSUE_TEMPLATE/2_Feature_request.md4
-rw-r--r--.github/ISSUE_TEMPLATE/3_Question.md5
3 files changed, 8 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md
index b4c2e1ddc..88a20e0c0 100644
--- a/.github/ISSUE_TEMPLATE/1_Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md
@@ -1,7 +1,6 @@
---
name: Bug report
about: Report a bug in pylint
-
---
<!--
@@ -36,6 +35,7 @@ module\
-->
### Current behavior
+
<!--
Result of `pylint a.py`:
```
@@ -45,10 +45,10 @@ Result of `pylint a.py`:
### Expected behavior
-
### pylint --version output
Result of `pylint --version` output:
+
```
```
diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md
index b9dca130d..1a0a39859 100644
--- a/.github/ISSUE_TEMPLATE/2_Feature_request.md
+++ b/.github/ISSUE_TEMPLATE/2_Feature_request.md
@@ -1,7 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project
-
---
<!--
@@ -12,10 +11,13 @@ about: Suggest an idea for this project
-->
### 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.
diff --git a/.github/ISSUE_TEMPLATE/3_Question.md b/.github/ISSUE_TEMPLATE/3_Question.md
index 5787c384b..7e9187d85 100644
--- a/.github/ISSUE_TEMPLATE/3_Question.md
+++ b/.github/ISSUE_TEMPLATE/3_Question.md
@@ -1,7 +1,8 @@
---
name: Support question
-about: Questions about pylint that are not covered in the documentation (https://pylint.pycqa.org/en/latest/)
-
+about:
+ Questions about pylint that are not covered in the documentation
+ (https://pylint.pycqa.org/en/latest/)
---
## Question