You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current issue icon colors are a source of constant user feedback, citing confusion with errors, confusion between why Open is green and Closed is red, accessibility concerns and the general scariness of seeing red across the issues index page when a bunch of closed issues is usually a good thing.
Furthermore, customers also need a way to quickly differentiate issues that are closed because they are not going to be worked on vs. those that are closed after they are resolved (either by a PR being merged, or some other means). However we also have over 500M closed issues on GitHub that we cannot retroactively capture the intent as they were resolved.
In an effort to address the above feedback we are planning the following updates:
An issue will have three core statuses (Draft, Open, Closed), with each having a distinct icon. The draft status is already being introduced in the new GitHub Issues within projects and in the future will be possible to create them across the platform.
The issue closed icon will be updated from red to purple, addressing accessibility concerns, aligning with other icons in GitHub and addressing confusion we see today.
We will provide the capability to mark the resolution of an issue to differentiate between closing because it is not going to be worked on or closing because it is done. This will be rolled out later this quarter as we start a conversation with GitHub integrators and apps to see how they can best support this new functionality.
The following image shows the end state outlined above.
The text was updated successfully, but these errors were encountered:
Summary
Our current issue icon colors are a source of constant user feedback, citing confusion with errors, confusion between why Open is green and Closed is red, accessibility concerns and the general scariness of seeing red across the issues index page when a bunch of closed issues is usually a good thing.
Furthermore, customers also need a way to quickly differentiate issues that are closed because they are not going to be worked on vs. those that are closed after they are resolved (either by a PR being merged, or some other means). However we also have over 500M closed issues on GitHub that we cannot retroactively capture the intent as they were resolved.
In an effort to address the above feedback we are planning the following updates:
Draft
,Open
,Closed
), with each having a distinct icon. Thedraft
status is already being introduced in the new GitHub Issues within projects and in the future will be possible to create them across the platform.The following image shows the end state outlined above.
The text was updated successfully, but these errors were encountered: