From 645d26e5acf8d5a128897fe031cb29d3257ffdf1 Mon Sep 17 00:00:00 2001 From: Daniel Hill Date: Sun, 20 Mar 2022 17:13:22 +1300 Subject: Update bug_report.md More fixes... --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 52502c4b26d2..cc75daf3be37 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: YellowOnion --- -**Please search for duplicates** +### ***Please search for duplicates*** **Version** @@ -16,6 +16,7 @@ Make sure you're using a reasonably new version. Provide the commit hash from the kernel version (preferable) or tools, don't say "I'm using the latest master" as that will very quickly become out of date. **Generic info** + Provide the output of: ``` bcachefs fs usage @@ -35,6 +36,7 @@ If the tools lockup: * press ctrl+c to interrupt the process and provide the output of `bt`. **Kernel bugs** + Compile the kernel with these flags: ``` @@ -49,7 +51,7 @@ CONFIG_FTRACE=y Provide the output of `dmesg` either in a paste-bin or as attachment, if less than 30~ lines just provide inline here. -**Optional Advanced** +**Optional advanced** If performance issues: * run `perf record` (add `-p $(pidof bcachefs)` for tools) -- cgit v1.2.3