-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Change labels structure #516
Conversation
Run & review this pull request in StackBlitz Codeflow. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@artalar so how do we proceed with this? Do you need any more info or any feedback? |
https://github.com/marketplace/actions/github-labeler might be a good idea to have this app installed |
@BANOnotIT I'm finally ready to dive into this :) Will you update any conflicts and other things if needed? |
Uhm... I would consider this thing as wip since I found a solution that can manage tags automatically |
Could you review the tag system first? I mean the structure and check it there are any problems I might missed |
@BANOnotIT my thoughts
What about |
Also in rust repo they use labels without spaces in format X-dead-beef with leading uppercased type letter and other part of the label kebab-cased to be easily handled by bots and people in filters. I guess that's a great UX thing. What do you think? |
@BANOnotIT Hi! I don't want to create many labels. My experience in a regular job shows me that for actual work, However, as we are a public project, we should have a couple of additional labels. The The |
Well I think unless we do some automation dependent on labels we don't really need a Scheme. Can you elaborate how bug and separate problem/defect affects marketing? Also, I wanted to rename "help wanted" because "good first issue" had a separate view in GitHub and we can employ it. |
@BANOnotIT "Bug" is a common label that a new user investigates when trying to evaluate a library. If we have extra
|
@BANOnotIT one more thing. All proposals and feature requests should starts from https://github.com/artalar/reatom/discussions |
@BANOnotIT ping |
e411ce5
to
f4977a8
Compare
I added RFCs category in discussions but by default people will be creating Ideas discussions. I also propose following actions for current labels: https://github.com/artalar/reatom/labels/proposal, https://github.com/artalar/reatom/labels/feature%20request, https://github.com/artalar/reatom/labels/investigate converted into Ideas discussions New labels to be added are described in new CONTRIBUTING.md |
Notable changes:
bug
->T - Defect
docs
->P - Docs
help wanted
->good first issue
refactor
->T - Task
proposal
->P - Proposal
investigate
->need info
Labels to be deleted:
tests
types
question
invalid
design
examples