Skip to content

Commit 4d14566

Browse files
authored
Create pull_request_template.md
1 parent 372a3d7 commit 4d14566

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/pull_request_template.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
For Work In Progress Pull Requests, please use the Draft PR feature,
3+
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.
4+
5+
For a timely review/response, please avoid force-pushing additional
6+
commits if your PR already received reviews or comments.
7+
8+
Before submitting a Pull Request, please ensure you've done the following:
9+
- 📖 Read the Forem Contributing Guide: https://developers.forem.com/contributing-guide/forem#create-a-pull-request
10+
- 📖 Read the Forem Code of Conduct: https://github.com/forem/forem/blob/main/CODE_OF_CONDUCT.md
11+
- 👷‍♀️ Create small PRs. In most cases this will be possible.
12+
- ✅ Provide tests for your changes.
13+
- 📝 Use descriptive commit messages.
14+
- 📗 Update any related documentation and include any relevant screenshots.
15+
16+
-->
17+
18+
## What type of PR is this? (check all applicable)
19+
20+
- [ ] Refactor
21+
- [ ] Feature
22+
- [ ] Bug Fix
23+
- [ ] Optimization
24+
- [ ] Documentation Update
25+
26+
## Description
27+
28+
29+
## Related Tickets & Documents
30+
31+
32+
## Added/updated tests?
33+
_We encourage you to keep the code coverage percentage at 80% and above._
34+
35+
- [ ] Yes
36+
- [ ] No, and this is why: _Please replace this line with details on why tests
37+
have not been included_
38+
- [ ] I need help with writing tests

0 commit comments

Comments
 (0)