A place to cache linked articles (think custom and personal wayback machine)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

title: How we organize GitHub issues: A simple styleguide for tagging url: https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/ hash_url: 986d37a75d

For people who make software, the internet has no shortage of best practice for workflow organization like Git Flow, release versioning, etc. When you get to the topic of issue management, the reading material plummets.

At Robin, GitHub issues are the core of just about every action the team takes. Over the past year, we’ve worked out an internal tagging system that keeps engineering and product efforts organized across repositories on Github. We’re sharing the current iteration (and it will keep changing) in case your team is looking for some workflow inspiration.

Styleguide for issue tagging

Robin's Github issue tagging styleguide


Label Groups

We group labels by color, according to broad themes. Labels are consistent across repositories, except for a few language specific topics. This makes switching between projects easy, since you don’t need domain expertise in order to write an issue. New team members can learn the system once, and use it everywhere.

Platform

If the repository covers multiple parts, this is how we designate where the issue lives. (i.e. iOS and Android for cross-platform tablet app).

Problems

Issues that make the product feel broken. High priority, especially if its present in production.

Mindless

Converting measurements, reorganizing folder structure, and other necessary (but less impactful) tasks.

Experience

Affect user’s comprehension, or overall enjoyment of the product. These can be both opportunities and “UX bugs”.

Environment

Server environment. With good QA, you’ll identify issues on test and staging deployments.

Feedback

Requires further conversation to figure out the action steps. Most feature ideas start here.

Improvements

Iterations on existing features or infrastructure. Generally these update speed, or improve the quality of results. Adding a new “Owner” field to an existing “Calendar” model in the API, for example.

Additions

Brand new functionality. New pages, workflows, endpoints, etc.

Pending

Taking action, but need a few things to happen first. A feature that needs dependencies merged, or a bug that needs further data.

Inactive

No action needed or possible. The issue is either fixed, addressed better by other issues, or just out of product scope.

See a version of this in action on one of our public repos.