chore(.github/ISSUE_TEMPLATE/bug.yaml): fix broken bullet points
Metadata
Current evaluation
Merged a fix for broken bullet points in the bug issue template. Replaced hyphens with asterisks for correct rendering. Approved by two reviewers, passed CI and coverage checks, and changed two lines in one file.
Suggested action: —
No scores available.
Issue body
From my experiments on my repo:
https://github.com/locnnil/ci-exp/issues/new/choose
Bullets works using `*` (along with indentation) instead of `-`
- [x] Have you followed the [guidelines for contributing](https://github.com/canonical/snapcraft/blob/main/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `tox run -m lint`?
- [x] Have you successfully run `tox run -e test-py310`? (supported versions: `py39`, `py310`, `py311`, `py312`)
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix for broken bullet points in the bug issue template. Replaced hyphens with asterisks for correct rendering. Approved by two reviewers, passed CI and coverage checks, and changed two lines in one file. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged fix for broken bullet points in the bug issue template. Replaced hyphen list markers with asterisks to ensure correct GitHub Markdown rendering. Change passed code coverage checks and was accepted by maintainers. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged an external fix for broken bullet points in the GitHub bug report template. Replaced hyphens with asterisks to ensure correct rendering. The change passed code coverage checks and was successfully integrated. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2319 chore: fix typo in bug template | charmcraft | merged | Merged a three-line typo fix in the bug template. Approved by two reviewers. CI checks passed for most environments despite failures on Ubuntu 20.04/22.04 and minimum dependencies, and the change was successfully merged. |