diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 17eca90..6c9186f 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,20 @@ assignees: "" A clear description of the bug. +## Severity + +- [ ] Low +- [ ] Medium +- [ ] High +- [ ] Critical + ## Reproduction Steps to reproduce: -1. Run `oss-dev ...` +1. Run the command: + + ```bash + 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 .