-
-
Notifications
You must be signed in to change notification settings - Fork 259
Show icons for issues closed as not-planned #999
Copy link
Copy link
Closed
Labels
area: frontendRelated to output and formattingRelated to output and formattingcategory: utilitiesRelated to utilitiesRelated to utilitiesstatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvaltype: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Metadata
Metadata
Assignees
Labels
area: frontendRelated to output and formattingRelated to output and formattingcategory: utilitiesRelated to utilitiesRelated to utilitiesstatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvaltype: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
When users link to a github issue on discord via
repo#num(e.g.sir-lancebot#999), we currently (as of #998) display a purple tick all the time if it's a closed issue.Instead, we should display a purple tick only when it has a linked PR which has been merged, and otherwise a red tick (the tick from before #998).
Reasoning
This change will allow users to easily see whether an issue was closed due to "not going to be implemented" / "duplicate" etc. or whether it was closed since it has been implemented by a PR.
Proposed Implementation
I'm not too sure about exact implementation details, but it should just be a case of using data provided by the GitHub API.
Additional Details
I spoke to @ChrisLovering about this yesterday and they seemed in favour, but wanted me to create an issue first to get some more feedback as to whether we'd like this & implementation etc.
Would you like to implement this yourself?