Skip to content

Commit 66dae78

Browse files
authored
Merge pull request #174 from FormidableLabs/chore/issue-and-pr-templates
Chore/issue and pr templates
2 parents 92a5757 + 93973e0 commit 66dae78

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
File renamed without changes.
File renamed without changes.

.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)