-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Right now we use labels for type - bug report, type - task, and type - feature request. GitHub introduced "Issue type" as a separate field in 2025. We should convert our existing labels to use these standard fields, as it may help conform with GitHub tooling and other software projects.
Unfortunately, we have several labels that do not have equivalents, i.e. type - documentation and type - question. But I think that is fine, we can just leave those types as labels and convert the matching ones to the new field.
Tasks to complete this:
- Update all existing issues from using labels to using the issue type.
- Update GitHub issue templates to use the new issue type field.
- Update links throughout our documentation and processes to use the link format, i.e. https://github.com/backdrop/backdrop-issues/issues?q=type%3AFeature instead of https://github.com/backdrop/backdrop-issues/issues?q=label%3A%22type%20-%20feature%20request%22
yorkshire-pudding