From 6f2d513d3f835438eed5776a41535b36b29fe079 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:19:54 -0700 Subject: [PATCH] Delete .github/issue_template.md --- .github/issue_template.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 74990826..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Issue Report -about: Submit an issue to Void -title: '' -labels: '' -assignees: '' ---- - -**Please provide the following information before submitting:** - -* **Operating System Information:** - * Press `Ctrl+Shift+P` (or `Cmd+Shift+P` on macOS). - * Type `> Help: About`. - * Copy the full version and OS information shown and paste it below: - ``` - (Paste OS Information Here) - ``` - -**Issue Title Convention:** - -* For **new features** or feature requests, please start the title with `[Feature]`. Example: `[Feature] Add user login functionality` -* For **bugs**, please start the title with `[Bug]`. Example: `[Bug] Fix alignment issue on settings page` -* For **other types of changes** (e.g., documentation, refactoring, chores), use a descriptive title without a specific prefix or choose an appropriate one (e.g., `[Docs]`, `[Refactor]`). - -**Description of Changes:** - -Tell us a bit about what you did. We prefer concise descriptions :) - -**Related Issue(s):** - -If this issue is related to any PRs, please link them here (or vice versa). - -**Checklist:** -* [ ] I have read the **CONTRIBUTING.md** document. -* [ ] The title of this PR follows the specified convention.