-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
770b844
commit 6fe404a
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This file cannot use the extension `.yaml`. | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: New issue | ||
description: A generic issue | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
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: | ||
* 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`). | ||
* The current Ruff version (`ruff --version`). | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A description of the issue |