Skip to content

Commit

Permalink
chore: add ISSUES_TEMPLATE
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Aug 14, 2024
1 parent 53e85e6 commit 90f8a83
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: 🐛 Bug report
about: Create a report to help us reproduce and fix the bug
title: "[Bug]: "
assignees: ""
---

## Description

<!-- Write a brief description of the bug. -->

## Environment

<!-- Write your environment information -->

## How to reproduce the problem

<!-- Write a code sample, command or script to reproduce the problem. -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 🚀 Feature request
about: Suggest an idea for this project
title: "[Feat]: "
assignees: ""
---

## Description

<!-- Write a brief description of the feature request. -->

## Possible approaches

<!-- Describe the possible approaches to come true the feature. -->

0 comments on commit 90f8a83

Please sign in to comment.