Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit cbb05d8

Browse files
committed
add github templates
1 parent 7be27a1 commit cbb05d8

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/issue_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Subject of the issue
2+
Describe your issue here.
3+
4+
## [BUG] Bug Reproduce Steps
5+
Tell us how to reproduce this issue.
6+
7+
## [BUG] Expected behaviour
8+
9+
10+
## Environment
11+
Package Version:
12+
React version:
13+
Node version:
14+
Browser:

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Types of changes
2+
3+
What types of changes does your code introduce?
4+
5+
_Put an `x` in the boxes that apply_
6+
7+
- [ ] Bugfix (non-breaking change which fixes an issue)
8+
- [ ] New feature (non-breaking change which adds functionality)
9+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10+
11+
12+
## Description
13+
=======
14+
- [ ] Lint and unit tests pass locally with my changes
15+
- [ ] I have added tests that prove my fix is effective or that my feature works
16+
- [ ] I have added necessary documentation (if appropriate)
17+
18+
## Description
19+
Describe your pr here.
20+
21+
> Related Issue: #xxx

0 commit comments

Comments
 (0)