diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c6efd7b..1634493 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,30 +1,29 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]" labels: bug --- **Read the README.md and search for similar issues before posting a bug report!** -Any bug that can be solved by just reading the [prerequisites](https://github.com/aristocratos/btop#prerequisites) section of the README will likely be ignored. + **Describe the bug** -[A clear and concise description of what the bug is.] + **To Reproduce** -[Steps to reproduce the behavior:] + **Screenshots** -[If applicable, add screenshots to help explain your problem.] + **Info (please complete the following information):** - btop++ version: `btop --version` @@ -39,22 +38,22 @@ Any bug that can be solved by just reading the [prerequisites](https://github.co **Additional context** -Contents of `~/.local/state/btop.log` + -Note: The snap uses: `~/snap/btop/current/.local/state/btop.log` + -(try running btop with `--debug` flag if btop.log is empty) + **GDB Backtrace** -If btop++ is crashing at start the following steps could be helpful: + -(Extra helpful if compiled with `make OPTFLAGS="-O0 -g"`) + -1. run (linux): `gdb btop` (macos): `lldb btop` + -2. `r` to run, wait for crash and press enter if prompted, CTRL+L to clear screen if needed. + -3. (gdb): `thread apply all bt` (lldb): `bt all` to get backtrace for all threads + -4. Copy and paste the backtrace here: + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 787b90d..ab9b7c6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,19 +1,22 @@ --- name: Feature request about: Suggest an idea for this project -title: "[REQUEST]" -labels: enhancement +labels: feature --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + + **Describe the solution you'd like** -A clear and concise description of what you want to happen. + + **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. + + **Additional context** -Add any other context or screenshots about the feature request here. + +