From 81db404fc252f7a1a7dfcc4c2fa343c97435df9f Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sun, 23 Aug 2026 13:29:02 -0500 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 02b34ba088..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Compile using -2. Run example -3. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Environment** - - OS: [e.g. MacOS Monterey] - - Compiler versions [e.g., gfortran 11.0.2 and open-mpi 4.1] - -**Additional context** -Add any other context about the problem here.