Skip to content

Commit 097b776

Browse files
authored
Update issue templates
1 parent 05ca86a commit 097b776

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Package versions
15+
- pylint
16+
- pytest
17+
- pylint-pytest
18+
19+
(add any relevant pylint/pytest plugin here)
20+
21+
Folder structure
22+
```
23+
```
24+
25+
File content
26+
```python
27+
```
28+
29+
pylint output with the plugin
30+
```bash
31+
```
32+
33+
(Optional) pytest output from fixture collection
34+
```bash
35+
$ pytest <path/to/test/module.py> --fixtures --collect-only
36+
<paste output here, can omit the built-ins>
37+
```
38+
39+
**Expected behavior**
40+
A clear and concise description of what you expected to happen.
41+
42+
**Additional context**
43+
Add any other context about the problem here.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Feature request type**
11+
- [ ] Suppress false positives from existing pylint warnings
12+
- [ ] Add new pytest-specific warning
13+
- [ ] Other
14+
15+
**Is your feature request related to a problem? Please describe.**
16+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17+
18+
**Describe the solution you'd like**
19+
A clear and concise description of what you want to happen.
20+
21+
**Describe alternatives you've considered**
22+
A clear and concise description of any alternative solutions or features you've considered.
23+
24+
**Sample code to demonstrate the current imperfect behavior**
25+
```python
26+
```
27+
28+
**Additional context**
29+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)