diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fb81416dd5e..59ecd0a962e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,9 @@ Thanks for submitting an issue! Here's a quick checklist for what to provide: --> -- [ ] a detailed description of the bug or suggestion +- [ ] a detailed description of the bug or problem you are having - [ ] output of `pip list` from the virtual environment you are using - [ ] pytest and operating system versions - [ ] minimal example if possible + +If you have a question or an idea, consider posting a new topic to [Discussions](https://github.com/pytest-dev/pytest/discussions) instead.