From 91629f686abeb869d6f029702783df59636ca26d Mon Sep 17 00:00:00 2001 From: Max Katz Date: Tue, 5 Mar 2024 19:50:47 -0500 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ---------------------------- 1 file changed, 32 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 36cf0233ac..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve Avalonia -title: '' -labels: bug -assignees: '' ---- - -## Describe the bug -A clear and concise description of what the bug is. - -## To Reproduce -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. 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. Windows, Mac, Linux (State distribution), Android, iOS, Browser] -- Avalonia-Version: [e.g. 11.x.y or 0.10.x] - -## Additional context -Add any other context about the problem here.