Skip to content
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

Merged
merged 1 commit into from
Mar 12, 2025
Merged

Conversation

jonaro00
Copy link
Member

No description provided.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@jonaro00 jonaro00 merged commit 37a60ae into shuttle-hq:main Mar 12, 2025
0 of 20 checks passed
@jonaro00 jonaro00 deleted the github-labels branch March 12, 2025 13:47
Copy link
Contributor

@greptile-apps greptile-apps bot left a 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

Comment on lines +3 to +4
type: Improvement
labels: ["S-Triage"]
Copy link
Contributor

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

Comment on lines 12 to 13
label: What happened?
description: Also tell us, what did you expect to happen?
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant