Hacker News new | ask | show | jobs
by StableAlkyne 517 days ago
> Maybe priority/severity or status/resolution?

That's already possible with the tag system. At least, that's the most common use I see for repos that decide to use tags.

How do you envision this differing?

2 comments

Are you thinking of labels?

I only know GitHub "tags" to be the raw git branch-that-never-moves kind.

Totally off topic, but Tags can be moved too. ;) It's mostly a convention that we use annotated tags (a tag that also creates a commit) and don't move them
Sorting by priority?