Skip to content

Commit 6a7c9b8

Browse files
huhong-webhao022
authored andcommitted
docs(contributing): add pr format reference
1 parent 353711e commit 6a7c9b8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ Development happens on [GitHub](https://github.com/ccfos/huatuo) and contributio
2424
2525
## Developer Certificate of Origin
2626
27-
The HUATUO project requires that all contributions to project repositories carry the Developer Certificate of Origin. This is as simple as appending a footer to your commits:
27+
The HUATUO project requires that all contributions to project repositories carry the Developer Certificate of Origin. This is as simple as appending a footer to your commits, a standard commit message is as follows:
2828
2929
```
30+
fix: resolve authentication bug
31+
32+
The login token was not being validated properly.
33+
34+
Closes #123
35+
3036
Signed-off-by: Your Name <name@example.org>
3137
```
3238

0 commit comments

Comments
 (0)