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

Group by issue types #670

Open
Jericho opened this issue Jan 28, 2025 · 1 comment
Open

Group by issue types #670

Jericho opened this issue Jan 28, 2025 · 1 comment
Labels

Comments

@Jericho
Copy link
Contributor

Jericho commented Jan 28, 2025

Currently in public preview, a new GitHub feature allows us to categorize issues by "type" (discussed here). This is in addition to the tags which have been available for years.

This screenshot shows the three default types but documentation says we will be able to create up to 25 custom types:
Image

Maybe we should offer an option that allows developers to specify they want issues grouped by type rather than tags in the generated release notes. Or maybe grouped by types in addition to tags. Something along the lines of:

  • Bug
    • Breaking Change
      • Issue number 1
      • Issue number 2
      • PR number 3
    • Improvement
      • Issue number 4
      • PR number 5
  • Feature
    • Breaking Change
      • Issue number 6
    • Improvement
      • PR number 7
@AdmiringWorm
Copy link
Member

I think this is a good idea, but we would need to wait until it has been implemented in Octokit before we can consider it.

From what I could see, this is the issue in Octokit that has the feature request to add this support: octokit/octokit.net#2994

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

No branches or pull requests

2 participants