From 2b0e49d9abea74166a7c402f986871794100d847 Mon Sep 17 00:00:00 2001 From: Srushti Soori Date: Tue, 26 May 2026 20:41:23 +0530 Subject: [PATCH 1/2] Standardize GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 17eca90..d938098 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Report a bug to help us improve -title: "[bug] " +title: "[BUG] " labels: bug assignees: "" --- @@ -10,10 +10,17 @@ assignees: "" A clear description of the bug. +## Severity + +- [ ] Low +- [ ] Medium +- [ ] High +- [ ] Critical + ## Reproduction Steps to reproduce: -1. Run `oss-dev ...` +1. Run the command `oss-dev ` 2. See error ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0893bbb..01b4a3e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,18 +1,18 @@ --- name: Feature request about: Suggest an idea for OSS-Dev -title: "[feat] " +title: "[FEATURE] " labels: enhancement assignees: "" --- ## Problem -What problem does this feature solve? +Describe the problem or limitation this feature aims to solve ## Solution -Describe the solution you'd like. +Describe your proposed solution in detail. ## Alternatives @@ -20,4 +20,4 @@ What alternatives have you considered? ## Context -Add any context, screenshots, or CLI output. +Add any additional context, screenshots, examples, or CLI output here . From fb044820938863b1614aa412e375fac200a675cd Mon Sep 17 00:00:00 2001 From: Srushti Soori Date: Tue, 26 May 2026 23:39:42 +0530 Subject: [PATCH 2/2] Fix markdown formatting in issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d938098..6c9186f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,10 @@ A clear description of the bug. ## Reproduction Steps to reproduce: -1. Run the command `oss-dev ` +1. Run the command: + + ```bash + oss-dev 2. See error ## Expected Behavior