From 5e85d804f8aee07f7d7efdf6e6c58a7763509418 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Thu, 17 Apr 2025 17:30:07 -0700 Subject: [PATCH] update --- .github/issue_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 232373d8..74990826 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@ --- -name: Pull Request -about: Submit a pull request to Void +name: Issue Report +about: Submit an issue to Void title: '' labels: '' assignees: '' @@ -16,7 +16,7 @@ assignees: '' (Paste OS Information Here) ``` -**Pull Request Title Convention:** +**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`