diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6b60c3616..a1b2f5f67 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,10 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: -1. Foo -2. Bar -3. Baz +Include the steps to reproduce your bug here. **Expected behavior** A clear and concise description of what you expected to happen. @@ -26,15 +23,6 @@ If applicable, add screenshots to help explain your problem. The version of CB you're using, how you got it, and what system you're using. Ex: I'm using CB 0.42.0 from the Arch repos with AmogOS. -**Questionnaire** -Check these boxes to see if your issue is valid or not. -- [ ] If I compiled CB, then any errors that may be present don't mention "LTO error" (this is sadly a bug with the compiler, not Clipboard) -- [ ] If I compiled CB, then any errors that may be present don't mention "XYZ has not been defined in namespace std" (this sadly means you need a compiler with C++20 support, so upgrade first) -- [ ] I check all these boxes without reading them -- [ ] I think bachata is the best music -- [ ] I'm using the latest commit/release (we only support the latest) -- [ ] If I downloaded CB from GitHub Actions or with the install script, any errors that may be present don't mention "GLIBC XYZ not found" (your system is sadly too outdated for CB, so upgrade it) - **Additional context** Add any other context about the problem here.