-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Feature Description
Instead of using labels to describe issue states (dupe, archived, etc..), additional descriptive metadata could be added to issues.
To ensure backwards compatibility, open/closed could be kept, but then you could add search by state, etc.. We have "mentioned in issues #xyz" issue linking, and we could leverage that to be "duplicate issue #abc marked as duplicate of this issue. The subscribers to the initial ticket that is marked as dupe could be transferred to the open ticket.
type IssueState int64
const (
Archived IssueState = iota
Duplicate
Draft // Issue that is open but still being worked on, similar to draft PR. We could also use this for draft PRs.
// ...
)
Screenshots
eeyrjmr, fsiddi, lunny, JakobDev and brechtvl
Metadata
Metadata
Assignees
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.