Skip to content

Commit 3bff869

Browse files
authored
Added Issue templates (#299)
1 parent 89ce607 commit 3bff869

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
type: Bug
5+
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Is there an existing issue for this?
10+
description: Please search to see if an issue already exists for the bug you encountered.
11+
options:
12+
- label: I have searched the existing issues
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: Problem statement
17+
description: A concise description of what you're experiencing and what you would expect
18+
validations:
19+
required: false
20+
- type: textarea
21+
attributes:
22+
label: Steps To Reproduce
23+
description: Steps to reproduce the bug. You may want to attach a reproducer.
24+
placeholder: |
25+
1. In this environment...
26+
1. With this config...
27+
1. Run '...'
28+
1. See error...
29+
validations:
30+
required: false
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[Feature]:'
5+
type: Feature
6+
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.

0 commit comments

Comments
 (0)