Skip to content

Commit 409f346

Browse files
committed
fix linting
1 parent ce26d62 commit 409f346

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
@@ -1,3 +1,22 @@
1+
<!--
2+
Please use semantic PR titles that respect this format:
3+
4+
<type>(#<issue number>): <subject>
5+
6+
Quick example:
7+
8+
feat(#1234): add hat wobble
9+
^--^(#^--^): ^------------^
10+
| | |
11+
| | + - > subject
12+
| |
13+
| + -------- > issue number
14+
|
15+
+ -------------- > type: build|feat|fix|perf|refactor|test|chore
16+
17+
https://docs.communityhealthtoolkit.org/contribute/code/workflow/#commit-message-format
18+
-->
19+
120
# Description
221

322
[description]

0 commit comments

Comments
 (0)