Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Jul 24, 2024
1 parent 106b104 commit d0b45e0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/01_FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature request
about: suggest new feature
title: "[feat] "
labels: "feature"
assignees: ""
---

<!-- feature description -->

#### References
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/02_BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Bug report
about: create bug report
title: "[bug] "
labels: "bug"
assignees: ""
---

**ver:**

<!-- reproducible report(current vs expected behavior) -->

**How to reproduce:**
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Codebase improvement
about: docs, ci, tooling, other
title: "[dev] "
labels: "dev"
assignees: ""
---

0 comments on commit d0b45e0

Please sign in to comment.