Skip to content

Commit f7137a1

Browse files
committed
chore: add issue templates
1 parent d02dcc4 commit f7137a1

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: Bug, Needs Triage
6+
assignees: ""
7+
---
8+
9+
<!--
10+
Thanks for taking the time to fill this bug report fully. Without it, we may not be able to fix the bug, and the issue may be closed without resolution.
11+
-->
12+
13+
## :ghost: Brief Description
14+
15+
A clear and concise description of what the bug is.
16+
17+
## :pancakes: Affected version
18+
19+
Version where you are encountering the issue.
20+
21+
## Reproduction
22+
23+
StackBlitz / reproduction repository link:
24+
25+
Steps to reproduce the behavior:
26+
27+
1. Go to '...'
28+
2. Click on '....'
29+
3. Scroll down to '....'
30+
4. See error
31+
32+
## :police_car: Expected behavior
33+
34+
A clear and concise description of what you expected to happen.
35+
36+
## :heavy_plus_sign: Additional context
37+
38+
Add any other context about the problem here. e.g. related issues or existing pull requests.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: Enhancement
6+
assignees: ""
7+
---
8+
9+
## :frowning: Problem Statement
10+
11+
A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
12+
13+
## :grey_question: Possible Solution
14+
15+
A clear and concise description of what you want to happen.
16+
17+
## :arrow_heading_up: Describe alternatives you've considered
18+
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
## :heavy_plus_sign: Additional context
22+
23+
Add any other context about the problem here. e.g. related issues or existing pull requests.

0 commit comments

Comments
 (0)