-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add issue templates #16213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add issue templates #16213
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
ccb5c07
Port uv issue templates to ruff
zanieb 8e67974
Drop `uv run`
zanieb 96c393a
Drop platform
zanieb 76f699c
Remove the question template in favor of link
zanieb bc2c114
Keep it minimal
dhruvmanila c21a738
Address review feedback
dhruvmanila File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,32 @@ | ||
| name: Bug report | ||
| description: Report an error or unexpected behavior | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thank you for taking the time to report an issue! We're glad to have you involved with Ruff. | ||
|
|
||
| **Before reporting, please make sure to search through [existing issues](https://github.com/astral-sh/ruff/issues?q=is:issue+is:open+label:bug) (including [closed](https://github.com/astral-sh/ruff/issues?q=is:issue%20state:closed%20label:bug)).** | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Summary | ||
| description: | | ||
| A clear and concise description of the bug, including a minimal reproducible example. | ||
|
|
||
| Be sure to include the command you invoked (e.g., `ruff check /path/to/file.py --fix`), ideally including the `--isolated` flag and | ||
| the current Ruff settings (e.g., relevant sections from your `pyproject.toml`). | ||
|
|
||
| If possible, try to include the [playground](https://play.ruff.rs) link that reproduces this issue. | ||
|
|
||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Version | ||
| description: What version of ruff are you using? (see `ruff version`) | ||
| placeholder: e.g., ruff 0.5.0 (244b923f6 2024-06-27) | ||
| validations: | ||
| required: true | ||
This file contains hidden or 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,11 @@ | ||
| name: Rule request | ||
| description: Anything related to lint rules (proposing new rules, changes to existing rules, auto-fixes, etc.) | ||
| labels: ["rule"] | ||
| body: | ||
| - type: textarea | ||
| attributes: | ||
| label: Summary | ||
| description: | | ||
| A clear and concise description of the relevant request. If applicable, please describe the current behavior as well. | ||
| validations: | ||
| required: true |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,2 +1,11 @@ | ||
| # This file cannot use the extension `.yaml`. | ||
| blank_issues_enabled: false | ||
| blank_issues_enabled: true | ||
| contact_links: | ||
| - name: Question | ||
| url: https://github.com/astral-sh/ruff/discussions | ||
| about: Ask questions in GitHub Discussions. | ||
dhruvmanila marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - name: Documentation | ||
| url: https://docs.astral.sh/ruff | ||
| about: Please consult the documentation before creating an issue. | ||
| - name: Community | ||
| url: https://discord.com/invite/astral-sh | ||
| about: Join our Discord community to ask questions and collaborate. | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.