From 31c3692a1b52ddf7820e8bda8db494031d7292f3 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 10 Sep 2020 13:11:40 -0300 Subject: [PATCH] Mention the new Discussions forum in the issue template --- .github/ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.