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

Good GitHub Labels are missing #46

Closed
1 task done
Ludee opened this issue Aug 11, 2023 · 6 comments
Closed
1 task done

Good GitHub Labels are missing #46

Ludee opened this issue Aug 11, 2023 · 6 comments
Assignees
Labels
part: github :octocat: Concerns the organisation of the repository on GitHub priority: low 🦥 Low priority status: completed ✔️ Has been completed type: enhancement ⚙️ Improvement of an existing feature

Comments

@Ludee
Copy link
Member

Ludee commented Aug 11, 2023

Description of the issue

There are only standard GitHub Labels.

Ideas of solution

Search for a nice set of suitable and useful labels to structure issues and PR.
Discuss to also include emoticons.

Sources:

Examples:

Best-Practice:

  • Create useful labels, but not too many (1 Page!)
  • Group by category for better sorting (e.g. type:bug)
  • Use nice colours
  • Add an emoticon in the end

Workflow checklist

@Ludee Ludee added the type: enhancement ⚙️ Improvement of an existing feature label Aug 11, 2023
@Ludee Ludee self-assigned this Aug 11, 2023
@Ludee
Copy link
Member Author

Ludee commented Aug 17, 2023

Categories:

  • type:
    • bug 🐛 "Something isn't working" [default] #E74C3C
    • feature 🛠️ "New feature or request" #3498DB
    • enhancement ⚙️ "Improvement of an existing feature" [default] #27AE60
    • question ❓ "Further information is requested" [default] #FFD700
    • release 🚀 "Release procedure" #9B59B6
  • part:
    • backend 🧱 "Backend component" #34495E
    • frontend 🖥️ "Improvement of design or content" #1ABC9C
    • docu 📖 "Improvements or additions to documentation" [default] #95A5A6
    • github :octocat: "Improvement of the organisation or repo" #7140C9
    • community 🌍 "Concerns the community" #9EB7EA
  • status:
    • active 🚧 "Work in progress" #3498DB
    • blocked 🛑 "Blocked or impeded progress" #E74C3C
    • discussion 💬 "Discussion is ongoing" #FFC300
    • decision wanted 🗳️ "Decision is needed" #FBCA04
    • completed ✔️ "Task has been completed" #27AE60
  • priority:
    • low 🦥 "Low priority" #95A5A6
    • high ⚡ "High priority" #E67E22
    • critical 🔥 "Critical priority" #D35400
  • resolution:
    • released 🎉 "Resolved and released" #9B59B6
    • wontfix ⛔ "This will not be worked on" [default] #4E6664
    • invalid ❌ "Issue is invalid" [default] #E74C3C
    • duplicate 🐾 "This issue or pull request already exists" [default] #E74C3C
  • other:
    • good first issue 🌱 "Good for newcomers" [default] #2ECC71
    • help wanted 🙋 "Help or assistance is needed" [default] #3498DB
    • example 📐 "Provides an example" #D4C5F9

Created using this prompt:

Here is a list of "GitHub Labels" and their categories. Find a suitable emoticon for each and add a short and informative description. Find suitable colors (hex code) for each label, consider the categories:

@Ludee Ludee added part: github :octocat: Concerns the organisation of the repository on GitHub priority: low 🦥 Low priority status: active 🚧 Work in progress labels Aug 17, 2023
@Ludee
Copy link
Member Author

Ludee commented Aug 17, 2023

All labels have been created and implemented for open and closed issues and PR.

@Ludee Ludee closed this as completed Aug 17, 2023
@Ludee Ludee added status: completed ✔️ Has been completed and removed status: active 🚧 Work in progress labels Aug 17, 2023
@Ludee Ludee reopened this Aug 23, 2023
@Ludee
Copy link
Member Author

Ludee commented Aug 23, 2023

Issue templates need an update!

Ludee added a commit that referenced this issue Aug 23, 2023
@jh-RLI jh-RLI closed this as completed Nov 28, 2023
@jh-RLI
Copy link
Contributor

jh-RLI commented Nov 28, 2023

Import/export lables
https://gist.github.com/MoOx/93c2853fee760f42d97f?permalink_comment_id=4162292#gistcomment-4162292

@Ludee
Copy link
Member Author

Ludee commented Oct 2, 2024

[
    {
        "name": "other: example 📐",
        "description": "Provides an example",
        "color": "EBF0F3"
    },
    {
        "name": "other: good first issue 🌱",
        "description": "Good for newcomers",
        "color": "EBF0F3"
    },
    {
        "name": "other: help wanted 🙋",
        "description": "Help or assistance is needed",
        "color": "EBF0F3"
    },
    {
        "name": "part: backend 🧱",
        "description": "Backend component",
        "color": "A7F3D5"
    },
    {
        "name": "part: community 🌍",
        "description": "Concerns the community",
        "color": "A7F3D5"
    },
    {
        "name": "part: docu 📖",
        "description": "Improvements or additions to documentation",
        "color": "A7F3D5"
    },
    {
        "name": "part: frontend 🖥️",
        "description": "Improvement of design or content",
        "color": "A7F3D5"
    },
    {
        "name": "part: github",
        "description": "Improvement of the organisation or repo",
        "color": "A7F3D5"
    },
    {
        "name": "priority: critical 🔥",
        "description": "Critical priority",
        "color": "FCA5A5"
    },
    {
        "name": "priority: high ⚡",
        "description": "High priority",
        "color": "FDBA74"
    },
    {
        "name": "priority: low 🦥",
        "description": "Low priority",
        "color": "FCD34D"
    },
    {
        "name": "resolution: duplicate 🐾",
        "description": "This issue or pull request already exists",
        "color": "ECDCF8"
    },
    {
        "name": "resolution: invalid ❌",
        "description": "Issue is invalid",
        "color": "ECDCF8"
    },
    {
        "name": "resolution: released 🎉",
        "description": "Resolved and released",
        "color": "ECDCF8"
    },
    {
        "name": "resolution: wontfix ⛔",
        "description": "This will not be worked on",
        "color": "ECDCF8"
    },
    {
        "name": "status: active 🚧",
        "description": "Work in progress",
        "color": "93C5FD"
    },
    {
        "name": "status: blocked 🛑",
        "description": "Blocked or impeded progress",
        "color": "F9A8D4"
    },
    {
        "name": "status: completed ✔️",
        "description": "Task has been completed",
        "color": "6EE7B7"
    },
    {
        "name": "status: decision wanted 🗳️",
        "description": "Decision is needed",
        "color": "F9A8D4"
    },
    {
        "name": "status: discussion 💬",
        "description": "Discussion is ongoing",
        "color": "93C5FD"
    },
    {
        "name": "type: bug 🐛",
        "description": "Something isn't working",
        "color": "FEF1C7"
    },
    {
        "name": "type: enhancement ⚙️",
        "description": "Improvement of an existing feature",
        "color": "FEF1C7"
    },
    {
        "name": "type: feature 🛠️",
        "description": "New feature or request",
        "color": "FEF1C7"
    },
    {
        "name": "type: question ❓",
        "description": "Further information is requested",
        "color": "FEF1C7"
    },
    {
        "name": "type: release 🚀",
        "description": "Release procedure",
        "color": "FEF1C7"
    }
]

@Ludee
Copy link
Member Author

Ludee commented Nov 18, 2024

Implement updated colour palette:
OpenEnergyPlatform/oemetadata#208

@Ludee Ludee reopened this Nov 18, 2024
@Ludee Ludee closed this as completed Nov 26, 2024
@Ludee Ludee moved this to Done in super-repo-v0.3.0 Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part: github :octocat: Concerns the organisation of the repository on GitHub priority: low 🦥 Low priority status: completed ✔️ Has been completed type: enhancement ⚙️ Improvement of an existing feature
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants