From 2dc4b3d429c83c2656311812a27695b1564484f1 Mon Sep 17 00:00:00 2001 From: Shendisx Date: Sat, 14 Dec 2024 22:07:08 -0300 Subject: [PATCH] Added reference to Discord + improved sentences + Added an important insight --- src/content/docs/support/submitting_bugs.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/content/docs/support/submitting_bugs.md b/src/content/docs/support/submitting_bugs.md index a3dba8c7..859e51a7 100644 --- a/src/content/docs/support/submitting_bugs.md +++ b/src/content/docs/support/submitting_bugs.md @@ -4,25 +4,29 @@ title: Submitting Bugs # Describe your Issue -- What is not working? -- Does downgrading package X fix the issue? -- Use the search function for equal issues +- *What is not working?* +- *Does downgrading package X fix the issue?* +- *Use the search function for equal issues* +- *Have you made modifications on your own?* + - Example: `Adding an additional flag in a modprobe file` # Provide Logs -CachyOS does provide a great tool to gather logs, called `cachyos-bugreport.sh`. +CachyOS provides a great tool to gather logs from the system called `cachyos-bugreport.sh`. This tool will collect logs from: - dmesg - journalctl +- inxi `(To collect hardware information)` -When the logs are collected, it will ask the user, if this should be uploaded to our paste services. +When the logs are collected, the user will be prompted to decide whether to upload them to our paste website. -Run the following command in the terminal, and post the link with the bugs into the topic: +**Run the following command in the terminal, and post the link with the bugs into the topic:** ```sh sudo cachyos-bugreport.sh ``` # Links for submitting report -- Github: https://github.com/CachyOS/distribution -- Forum: https://discuss.cachyos.org/c/feedback/bugreports/10 +- Github: +- Forum: +- Discord: [Support Channel](https://discord.com/channels/862292009423470592/862294383470051348)