Skip to content

Commit 93973e0

Browse files
committed
Add an issue template and a PR template
1 parent 64c7348 commit 93973e0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Is this a bug, feature request or a request for information?**
2+
3+
**Describe your issue and include steps to reproduce if possible.**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- [ ] include issue number that will be resolved by this PR (e.g. `Fixes #1234`)
2+
- [ ] include a summary of the work
3+
- [ ] include steps to verify
4+
- [ ] update tests (if applicable)
5+
- [ ] update readme (if applicable)
6+
- [ ] update typescript definitions (if applicable)

0 commit comments

Comments
 (0)