Skip to content

Commit 6b76620

Browse files
committed
[Chore] – update document for code convention
1 parent ca76fda commit 6b76620

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Our Standards
44
Example when making function name
5-
* Pattern: aws_[aws_service_name]_[action]_[resource]
5+
* Pattern:
6+
```
7+
aws_[aws_service_name]_[action]_[resource]
8+
```
9+
610
* action:
711
- list: to list all resources.
812
- get: to get detail for a specific resource.

0 commit comments

Comments
 (0)