Skip to content

Commit 3224250

Browse files
committed
Create pull_request_template.md
1 parent 40adae1 commit 3224250

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## PR Description
2+
3+
_Add your description_
4+
5+
## Related Issues
6+
7+
- Related Issue #
8+
- Closes #
9+
10+
### Checklist
11+
- [ ] I have gone through the [contributing guide](https://github.com/foss42/apidash/blob/main/CONTRIBUTING.md)
12+
- [ ] I have run the tests (`flutter test`) and all tests are passing
13+
14+
## Added/updated tests?
15+
_We encourage you to add relevant test cases._
16+
17+
- [ ] Yes
18+
- [ ] No, and this is why: _please replace this line with details on why tests have not been included_
19+
- [ ] I need help with writing tests

0 commit comments

Comments
 (0)