-
Notifications
You must be signed in to change notification settings - Fork 265
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
chore: use new github issue types #2005
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR updates GitHub issue templates to align with native GitHub issue types, simplifying the templates while maintaining core functionality.
- Standardized type fields added across all templates (
type: Bug
,type: Feature
,type: Improvement
) replacing custom title prefixes - Removed redundant labels (T-Bug, T-Feature Request, T-Improvement) while maintaining S-Triage label
- Streamlined form fields by removing placeholder text and default values in
.github/ISSUE_TEMPLATE/*.yml
files
3 file(s) reviewed, 3 comment(s)
Edit PR Review Bot Settings | Greptile
type: Improvement | ||
labels: ["S-Triage"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Consider keeping 'T-Improvement' label to maintain consistent issue categorization across the project
label: What happened? | ||
description: Also tell us, what did you expect to happen? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Consider adding placeholder text to guide users on providing clear bug descriptions and expected behavior
@@ -10,15 +10,12 @@ body: | |||
id: describe | |||
attributes: | |||
label: Describe the improvement | |||
description: A high level description. | |||
placeholder: Add functionality that allows users to ... | |||
validations: | |||
required: true | |||
- type: checkboxes | |||
id: duplicate | |||
attributes: | |||
label: Duplicate declaration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Consider keeping the description for duplicate declaration to maintain consistency with BUG-REPORT.yml template
No description provided.