Follows https://github.com/astral-sh/ruff/pull/15651 Preview: https://github.com/dhruvmanila/ruff-issue-templates/issues GitHub made the interface for single-template repositories worse. While they might fix it, it encouragement to just do this work. They still haven't fixed the teeny tiny emojis which makes me think this won't be fixed quickly. Before: <img width="1267" alt="Screenshot 2025-02-17 at 8 26 08 AM" src="https://github.com/user-attachments/assets/e69ef630-4296-470e-ab4d-a22d55785444" /> After: <img width="1688" alt="Screenshot 2025-02-24 at 3 05 35 PM" src="https://github.com/user-attachments/assets/61033666-1fe5-421b-a69c-1aa79bcc85b5" /> --------- Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
19 lines
457 B
YAML
19 lines
457 B
YAML
name: Question
|
|
description: Ask a question about Ruff
|
|
labels: ["question"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Question
|
|
description: Describe your question in detail.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Version
|
|
description: What version of ruff are you using? (see `ruff version`)
|
|
placeholder: e.g., ruff 0.9.3 (90589372d 2025-01-23)
|
|
validations:
|
|
required: false
|