Skip to content

Commit 98f8a46

Browse files
committed
docs(contributing): add subheading backend under styling
1 parent b0d5203 commit 98f8a46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Contributing
32

43
## Requirements
@@ -16,7 +15,9 @@ Use the following `make` commands and scripts in development:
1615

1716
## Styling
1817

19-
### Use Go style
18+
### Backend
19+
20+
#### Use Go style
2021

2122
Contributions must adhere to the guidelines outlined in [Effective
2223
Go](https://go.dev/doc/effective_go). We prefer linting rules over documenting
@@ -26,7 +27,7 @@ Read [Go's Code Review Comments
2627
Wiki](https://github.com/golang/go/wiki/CodeReviewComments) for information on
2728
common comments made during reviews of Go code.
2829

29-
### Avoid unused packages
30+
#### Avoid unused packages
3031

3132
Coder writes packages that are used during implementation. It isn't easy to
3233
validate whether an abstraction is valid until it's checked against an

0 commit comments

Comments
 (0)