File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments