qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Gitlab: Add issue templates


From: John Snow
Subject: [PATCH 0/2] Gitlab: Add issue templates
Date: Wed, 19 May 2021 17:32:00 -0400

Add "Bug" and "Feature Request" templates to the Gitlab interface to
help improve the quality of newly reported issues.

To see what this looks like, I've temporarily allowed my Gitlab fork to
diverge with these files merged.  See my fork's "new issue" page to see
it in action: https://gitlab.com/jsnow/qemu/-/issues/new?issue

These patches do not add a "default" template, the user still has to
select one from the list. I recommend that someone with permissions
updates the default template:

1. https://gitlab.com/qemu-project/qemu/edit
2. ctrl+f "Default description template for issues"
3. Update the default to the (suggested) below:

```
<!-- Select "Type: Issue" and choose one of the Description templates above. -->
```

We can use this cover letter to discuss/review the wording on that
default template which exists outside of repository data.

--js

John Snow (2):
  Gitlab: Add "Bug" issue reporting template
  Gitlab: Add "Feature Request" issue template.

 .gitlab/issue_templates/bug.md             | 52 ++++++++++++++++++++++
 .gitlab/issue_templates/feature_request.md | 13 ++++++
 2 files changed, 65 insertions(+)
 create mode 100644 .gitlab/issue_templates/bug.md
 create mode 100644 .gitlab/issue_templates/feature_request.md

-- 
2.30.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]