mirror of https://github.com/astral-sh/ruff
Add requested context to issue template (#1679)
This commit is contained in:
parent
cecd4b166c
commit
5ed58ae595
|
|
@ -0,0 +1,10 @@
|
||||||
|
<!--
|
||||||
|
Thank you for taking the time to report an issue! We're glad to have you involved with Ruff.
|
||||||
|
|
||||||
|
If you're filing a bug report, please consider including the following information:
|
||||||
|
|
||||||
|
- A minimal code snippet that reproduces the bug.
|
||||||
|
- The command you invoked (e.g., `ruff /path/to/file.py --fix`).
|
||||||
|
- The current Ruff settings (any relevant sections from your `pyproject.toml`).
|
||||||
|
- The current Ruff version (`ruff --version`).
|
||||||
|
-->
|
||||||
Loading…
Reference in New Issue