Skip to content

Commit

Permalink
use issue yaml tamplate
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Sep 3, 2024
1 parent 0950d53 commit 8a9d12a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Bug Report
description: What steps will reproduce the problem?
labels: Bug
body:
- type: textarea
id: description
attributes:
label: Description
description: Description of the problem found
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Feature Request
description: Describe the feature briefly
body:
- type: textarea
id: description
attributes:
label: Description
description: What do we aim to achieve?
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 8a9d12a

Please sign in to comment.