Skip to content

Commit 914a982

Browse files
committed
docs: ✏️ add github templates for bug reports and feat requests
1 parent 304fcfc commit 914a982

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.github/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug Report
3+
about: Report that something isn't working.
4+
labels: bug
5+
---
6+
7+
## Description
8+
9+
<!-- Describe the issue that you're seeing. -->
10+
11+
### Steps to reproduce
12+
13+
<!-- Clear steps describing how to reproduce the issue. -->
14+
15+
### Expected result
16+
17+
<!-- What should happen? -->
18+
19+
### Actual result
20+
21+
<!-- What happened? -->
22+
23+
### Environment
24+
25+
- OS Version:
26+
- Node.js version:

.github/feature_request.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new idea for the project.
4+
labels: enhancement
5+
---
6+
7+
## Summary
8+
9+
<!-- Brief explanation of the feature. -->
10+
11+
### Basic example
12+
13+
<!-- Include a basic code example. Omit this section if it's not applicable. -->
14+
15+
### Motivation
16+
17+
<!-- Why are we doing this? What use cases does it support? What is the expected outcome? -->

0 commit comments

Comments
 (0)