Gitlab allows projects to define templates for filing issues [1].
Libvirt didn't have them yet. We can use them to encourage users to
file better bug reports and feature requests.
Differences to v1:
- dropped bug-qemu.md template
- vastly shortened comment blocks
- all comments are single line only to prevent users adding info inside
of them
- more fill-in fields instead of comment guidance
You can test-drive the proposed templates in my test repo:
https://gitlab.com/pipo.sk/test/-/issues/new
Peter Krempa (2):
gitlab: Add issue template for reporting a generic bug
gitlab: Add issue template for a feature request
.gitlab/issue_templates/bug.md | 26 ++++++++++++++++++++++++++
.gitlab/issue_templates/feature.md | 14 ++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 .gitlab/issue_templates/bug.md
create mode 100644 .gitlab/issue_templates/feature.md
--
2.28.0