From e813a6cdfd6aba044d2fb59cb94f6f280d4d0329 Mon Sep 17 00:00:00 2001 From: boreddevnl Date: Tue, 12 May 2026 22:48:49 +0200 Subject: [PATCH] docs: add section for issue tags in bug report and feature request templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9864e13..8a728fb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,3 +27,5 @@ A clear and concise description of what the bug is. What did you expect to happe **5. Additional Context:** Add any other context about the problem here (e.g., "This only happens when my mouse is moving"). + +**6. Please add tags to your issue to help with organization.** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 39e9279..c9bb6c7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -21,3 +21,5 @@ Let us know if this is just an idea you'd like to see, or if you plan on submitt **5. Additional Context:** Add any other context, mockup screenshots, or links to technical documentation (e.g., OSDev Wiki links) here. + +**6. Please add tags to your issue to help with organization.**