Skip to content

meta: fix default labels of issue templates#4270

Merged
jamescrosswell merged 2 commits intomainfrom
meta/default-labels-issue-templates
Jun 10, 2025
Merged

meta: fix default labels of issue templates#4270
jamescrosswell merged 2 commits intomainfrom
meta/default-labels-issue-templates

Conversation

@Flash0ver
Copy link
Copy Markdown
Member

@Flash0ver Flash0ver commented Jun 10, 2025

@stephanie-anderson indicated that the default labels of our issue templates are incorrect

  • Platform: use just .NET rather than Platform: .NET
  • Type: "type" labels are PascalCase rather than camelCase

#skip-changelog

Copy link
Copy Markdown
Contributor

@stephanie-anderson stephanie-anderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you!

name: 💡 Feature Request
description: Tell us about a problem our SDK could solve but doesn't.
labels: ["Platform: .NET", "enhancement"]
labels: [".NET", "Feature"]
Copy link
Copy Markdown
Member Author

@Flash0ver Flash0ver Jun 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note:

  • we don't have an Enhancement label
  • we do have an Improvement label

question: Should we use Improvement or Feature here?

follow-up question: Should we add another issue template that uses Improvement as default label?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add another one if you want, makes it easier to filter afterwards. But if you keep only one, then Feature would be the one

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick feedback.
I'll leave it for now. If we get a lot of re-labels from Feature to Improvement, we'll that issue template.

@Flash0ver Flash0ver self-assigned this Jun 10, 2025
@jamescrosswell jamescrosswell merged commit 01fc0ec into main Jun 10, 2025
35 checks passed
@jamescrosswell jamescrosswell deleted the meta/default-labels-issue-templates branch June 10, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants