diff options
author | Daniel Hill <daniel@enemyplanet.geek.nz> | 2022-03-20 17:13:22 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 17:13:22 +1300 |
commit | 645d26e5acf8d5a128897fe031cb29d3257ffdf1 (patch) | |
tree | 4357e91df3cc3e35d4566824fd5356a1cb060f8e | |
parent | 55ff878cd41aa29277c74cc68bcad76d978d74db (diff) |
Update bug_report.mdbug-report-template
More fixes...
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 |
1 files 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) |