Re: [PATCH v2 1/2] GitLab: Add "Bug" issue reporting template

2021-06-03 Thread John Snow
On 6/3/21 4:43 AM, Stefan Hajnoczi wrote: On Wed, Jun 02, 2021 at 12:09:47PM -0400, John Snow wrote: On 6/2/21 5:22 AM, Stefan Hajnoczi wrote: On Fri, May 21, 2021 at 01:38:17PM -0400, John Snow wrote: +## Host environment + - Operating system: (Windows 10 21H1, Fedora 34, etc.) + - OS/kernel

Re: [PATCH v2 1/2] GitLab: Add "Bug" issue reporting template

2021-06-03 Thread Stefan Hajnoczi
On Wed, Jun 02, 2021 at 12:09:47PM -0400, John Snow wrote: > On 6/2/21 5:22 AM, Stefan Hajnoczi wrote: > > On Fri, May 21, 2021 at 01:38:17PM -0400, John Snow wrote: > > > +## Host environment > > > + - Operating system: (Windows 10 21H1, Fedora 34, etc.) > > > + - OS/kernel version: (For POSIX hos

Re: [PATCH v2 1/2] GitLab: Add "Bug" issue reporting template

2021-06-02 Thread John Snow
On 6/2/21 5:22 AM, Stefan Hajnoczi wrote: On Fri, May 21, 2021 at 01:38:17PM -0400, John Snow wrote: diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 000..67a02a3ffcf --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,61 @

Re: [PATCH v2 1/2] GitLab: Add "Bug" issue reporting template

2021-06-02 Thread Stefan Hajnoczi
On Fri, May 21, 2021 at 01:38:17PM -0400, John Snow wrote: > diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md > new file mode 100644 > index 000..67a02a3ffcf > --- /dev/null > +++ b/.gitlab/issue_templates/bug.md > @@ -0,0 +1,61 @@ > + > + > +## Host environment

[PATCH v2 1/2] GitLab: Add "Bug" issue reporting template

2021-05-21 Thread John Snow
Based loosely on libvirt's template, written by Peter Krempa. CC: Peter Krempa Signed-off-by: John Snow --- .gitlab/issue_templates/bug.md | 61 ++ 1 file changed, 61 insertions(+) create mode 100644 .gitlab/issue_templates/bug.md diff --git a/.gitlab/issue_tem