From 2707d10585b836d15b9a537179fd81b3feadec40 Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Wed, 31 Jul 2024 16:48:44 -0400 Subject: [PATCH] Simplify [no-ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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.