Git-Etiquette icon indicating copy to clipboard operation
Git-Etiquette copied to clipboard

[Design]: prefixes for labels

Open LeDuble opened this issue 1 year ago • 0 comments

Prerequisites

  • [X] I have read the Git Etiquette. (Required)
  • [X] I agree to follow the Code of Conduct. (Required)
  • [ ] Are you intending to include tests? (Optional)

Summary (Required)

As a developer/user I want to be able to find right labels from the different categories so that I wouldn't have to spend too much time scrolling through the label list.

Adding a specified prefix in front of the labels would categorize the labels in the list in such a way that each label in that specific category would be next to each other and easily identifiable.

Potential Solution (Required)

Each prefix is grouped with a specific group of labels. When adding a label and prefix together, they should look like this: "Status: In progress"

  • [ ] Status (In Progress, Done, Backlog, Ready for Review, Blocked, icebox, sprint backlog)
  • [ ] Complexity
  • [x] Type (add, bugfix, chore, docs, feat, style, test, refactor)
  • [ ] #60
  • [ ] Scope (frontend, design, backend, fullstack)
  • [ ] (unlabeled, unassigned)

Update labels in the workflow files accordingly, as well.

Media (Optional)

No response

In which category does the issue belong? (Required)

Style 🖌️ - Changes to formatting (e.g. the code is missing semicolons).

LeDuble avatar Jun 15 '23 21:06 LeDuble