* [LTP] [RFC PATCH 1/1] github: Add issue template
@ 2022-08-24 12:32 Petr Vorel
2022-08-24 13:34 ` Jan Stancek
2022-08-24 14:45 ` Cyril Hrubis
0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2022-08-24 12:32 UTC (permalink / raw)
To: ltp; +Cc: Richard Palethorpe, Xiao Yang
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.
+
+Issues are *only* for reporting bugs in tests.
--
2.37.2
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [LTP] [RFC PATCH 1/1] github: Add issue template
2022-08-24 12:32 [LTP] [RFC PATCH 1/1] github: Add issue template Petr Vorel
@ 2022-08-24 13:34 ` Jan Stancek
2022-08-24 13:44 ` Petr Vorel
2022-08-24 14:45 ` Cyril Hrubis
1 sibling, 1 reply; 4+ messages in thread
From: Jan Stancek @ 2022-08-24 13:34 UTC (permalink / raw)
To: Petr Vorel; +Cc: Xiao Yang, Richard Palethorpe, LTP List
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
>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [RFC PATCH 1/1] github: Add issue template
2022-08-24 13:34 ` Jan Stancek
@ 2022-08-24 13:44 ` Petr Vorel
0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2022-08-24 13:44 UTC (permalink / raw)
To: Jan Stancek; +Cc: Xiao Yang, Richard Palethorpe, LTP List
> 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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [RFC PATCH 1/1] github: Add issue template
2022-08-24 12:32 [LTP] [RFC PATCH 1/1] github: Add issue template Petr Vorel
2022-08-24 13:34 ` Jan Stancek
@ 2022-08-24 14:45 ` Cyril Hrubis
1 sibling, 0 replies; 4+ messages in thread
From: Cyril Hrubis @ 2022-08-24 14:45 UTC (permalink / raw)
To: Petr Vorel; +Cc: Xiao Yang, Richard Palethorpe, ltp
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.
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-08-24 14:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24 12:32 [LTP] [RFC PATCH 1/1] github: Add issue template Petr Vorel
2022-08-24 13:34 ` Jan Stancek
2022-08-24 13:44 ` Petr Vorel
2022-08-24 14:45 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox