Re: [PATCH v3 0/2] Gitlab: Add issue templates

2021-06-03 Thread Philippe Mathieu-Daudé
On 6/3/21 2:11 AM, John Snow wrote: > John Snow (2): > GitLab: Add "Bug" issue reporting template > GitLab: Add "Feature Request" issue template. > > .gitlab/issue_templates/bug.md | 63 ++ > .gitlab/issue_templates/feature_request.md | 32 +++ > 2 file

[PATCH v3 0/2] Gitlab: Add issue templates

2021-06-02 Thread John Snow
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/j