Skip to content

Commit 050c2df

Browse files
authored
Use multiple issue template types and mention Discussions (#7739)
1 parent cdfdb3a commit 050c2df

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report errors and problems
4+
5+
---
6+
17
<!--
28
Thanks for submitting an issue!
39
4-
Here's a quick checklist for what to provide:
10+
Quick check-list while reporting bugs:
511
-->
612

7-
- [ ] a detailed description of the bug or suggestion
13+
- [ ] a detailed description of the bug or problem you are having
814
- [ ] output of `pip list` from the virtual environment you are using
915
- [ ] pytest and operating system versions
1016
- [ ] minimal example if possible
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: Ideas for new features and improvements
4+
5+
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: ❓ Support Question
4+
url: https://github.com/pytest-dev/pytest/discussions
5+
about: Use GitHub's new Discussions feature for questions

0 commit comments

Comments
 (0)