Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Report a bug to help us improve
title: "[bug] "
title: "[BUG] "
labels: bug
assignees: ""
---
Expand All @@ -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 <command>
2. See error

## Expected Behavior
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
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

What alternatives have you considered?

## Context

Add any context, screenshots, or CLI output.
Add any additional context, screenshots, examples, or CLI output here .
Loading