Files
ChrisTitusTech_linutil/.github/release.yml
Adam Perkowski 21addb8db0 docs: clean up issue templates and introduce new labels (#1142)
heyy so i decided to do a little autumn cleaning in our issue management
in linutil. i created a couple of new labels
([label list](https://github.com/ChrisTitusTech/linutil/labels)),
updated the issue templates to be more concise, and updated
`ALLOWED_USERS` in the `issue-slash-commands` workflow.

from now on, we'll be using the new priority labels for issues and PRs.
also, i'd like to say that we (the maintainers, so @ChrisTitusTech,
@afonsofrancof, and me) need to start labeling stuff accordingly again.
the releases still rely on PR labels.
for that, i created the `initial review required` label. it'll be added
to every issue upon creation, and then removed after a maintainer review
which would include adding priority and scope labels.

so chris, please start labeling RPs again :3
2025-10-07 13:10:24 -05:00

36 lines
777 B
YAML

changelog:
categories:
- title: '🚀 Features'
labels:
- 'type: enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'type: bug'
- title: '⚙️ Refactoring'
labels:
- 'type: refactor'
- title: '🧩 UI/UX'
labels:
- 'scope: UI/UX'
- title: '📚 Documentation'
labels:
- 'scope: documentation'
- title: '🔒 Security'
labels:
- 'scope: security'
- title: '🧰 GitHub Actions'
labels:
- 'scope: github_actions'
- title: '🦀 Rust'
labels:
- 'scope: rust'
- title: '📃 Scripting'
labels:
- 'scope: script'
- title: 'Other Changes'
labels:
- "*"
exclude:
labels:
- 'skip-changelog'