diff mbox series

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

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

Commit Message

Petr Vorel Feb. 1, 2024, 3:31 p.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Changes v1->v2:
* Added info what to report (suggested by Cyril [1]):
+You should report there: kernel, libc, distribution and LTP version.
+Also relevant logs (dmesg, test output).

=> feel free to correct my wording

Kind regards,
Petr

[1] https://lore.kernel.org/ltp/YwY5eWJesAkKNQ2M@yuki/

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

Comments

Petr Vorel March 20, 2024, 10:33 a.m. UTC | #1
Hi,

FYI merged.

Kind regards,
Petr
diff mbox series

Patch

diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 000000000..aa87fb1f8
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,7 @@ 
+Issues are *not* support forum.
+
+Bugs in the distro/kernel should be reported to your Linux distribution.
+You should report there: kernel, libc, distribution and LTP version.
+Also relevant logs (dmesg, test output).
+
+Issues are *only* for reporting bugs in tests.