From 05b406080ada9af8e5e0ff7c25b954fb4f3ae469 Mon Sep 17 00:00:00 2001 From: KotlinIsland <65446343+KotlinIsland@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:32:42 +1000 Subject: [PATCH] =?UTF-8?q?(=F0=9F=8E=81)=20Add=20issue=20template=20searc?= =?UTF-8?q?h=20terms=20section=20(#10352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - resolves #10350 Co-authored-by: KotlinIsland --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7db3627dc6..b6d15cc8f6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,6 +3,8 @@ Thank you for taking the time to report an issue! We're glad to have you involve If you're filing a bug report, please consider including the following information: +* List of keywords you searched for before creating this issue. Write them down here so that others can find this issue more easily and help provide feedback. + e.g. "RUF001", "unused variable", "Jupyter notebook" * A minimal code snippet that reproduces the bug. * The command you invoked (e.g., `ruff /path/to/file.py --fix`), ideally including the `--isolated` flag. * The current Ruff settings (any relevant sections from your `pyproject.toml`).