diff mbox series

[RFC,1/1] github: Add issue template

Message ID 20220824123240.20092-1-pvorel@suse.cz
State RFC
Headers show
Series [RFC,1/1] github: Add issue template | expand

Commit Message

Petr Vorel Aug. 24, 2022, 12:32 p.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,

this effort is driven by reports like [1]
You can see the result on my special fork [2].

I considered to mention ML, but in the end I didn't.

Kind regards,
Petr

[1] https://github.com/linux-test-project/ltp/issues/created_by/anilbp
[2] https://github.com/pevik/_ltp_test_issue/issues/new

 .github/issue_template.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 .github/issue_template.md

Comments

Jan Stancek Aug. 24, 2022, 1:34 p.m. UTC | #1
On Wed, Aug 24, 2022 at 2:32 PM Petr Vorel <pvorel@suse.cz> wrote:
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> Hi,
>
> this effort is driven by reports like [1]
> You can see the result on my special fork [2].
>
> I considered to mention ML, but in the end I didn't.
>
> Kind regards,
> Petr
>
> [1] https://github.com/linux-test-project/ltp/issues/created_by/anilbp
> [2] https://github.com/pevik/_ltp_test_issue/issues/new
>
>  .github/issue_template.md | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 .github/issue_template.md
>
> diff --git a/.github/issue_template.md b/.github/issue_template.md
> new file mode 100644
> index 000000000..caf8907da
> --- /dev/null
> +++ b/.github/issue_template.md
> @@ -0,0 +1,5 @@
> +Issues are *not* support forum.
> +
> +Bugs in the tests should be reported to your Linux distribution.

Did you mean here "bugs in distro/kernel"?

> +
> +Issues are *only* for reporting bugs in tests.
> --
> 2.37.2
>
Petr Vorel Aug. 24, 2022, 1:44 p.m. UTC | #2
> On Wed, Aug 24, 2022 at 2:32 PM Petr Vorel <pvorel@suse.cz> wrote:

> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> > ---
> > Hi,

> > this effort is driven by reports like [1]
> > You can see the result on my special fork [2].

> > I considered to mention ML, but in the end I didn't.

> > Kind regards,
> > Petr

> > [1] https://github.com/linux-test-project/ltp/issues/created_by/anilbp
> > [2] https://github.com/pevik/_ltp_test_issue/issues/new

> >  .github/issue_template.md | 5 +++++
> >  1 file changed, 5 insertions(+)
> >  create mode 100644 .github/issue_template.md

> > diff --git a/.github/issue_template.md b/.github/issue_template.md
> > new file mode 100644
> > index 000000000..caf8907da
> > --- /dev/null
> > +++ b/.github/issue_template.md
> > @@ -0,0 +1,5 @@
> > +Issues are *not* support forum.
> > +
> > +Bugs in the tests should be reported to your Linux distribution.

> Did you mean here "bugs in distro/kernel"?
Good catch, thanks! Yes, the last sentence should have been:

Bugs in the distro/kernel should be reported to your Linux distribution.

Fixes also in the example on the github.

Kind regards,
Petr

> > +
> > +Issues are *only* for reporting bugs in tests.
> > --
> > 2.37.2
Cyril Hrubis Aug. 24, 2022, 2:45 p.m. UTC | #3
Hi!
> this effort is driven by reports like [1]
> You can see the result on my special fork [2].
> 
> I considered to mention ML, but in the end I didn't.
> 
> Kind regards,
> Petr
> 
> [1] https://github.com/linux-test-project/ltp/issues/created_by/anilbp
> [2] https://github.com/pevik/_ltp_test_issue/issues/new
> 
>  .github/issue_template.md | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 .github/issue_template.md
> 
> diff --git a/.github/issue_template.md b/.github/issue_template.md
> new file mode 100644
> index 000000000..caf8907da
> --- /dev/null
> +++ b/.github/issue_template.md
> @@ -0,0 +1,5 @@
> +Issues are *not* support forum.
> +
> +Bugs in the tests should be reported to your Linux distribution.
> +
> +Issues are *only* for reporting bugs in tests.

I guess if we are adding this we could also include actual instruction
for a real bugreports that they should idealy include LTP version,
distribution the bug was found on, full log if applicable, etc.
diff mbox series

Patch

diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 000000000..caf8907da
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,5 @@ 
+Issues are *not* support forum.
+
+Bugs in the tests should be reported to your Linux distribution.
+
+Issues are *only* for reporting bugs in tests.