File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Contributing
3
2
4
3
## Requirements
@@ -16,7 +15,9 @@ Use the following `make` commands and scripts in development:
16
15
17
16
## Styling
18
17
19
- ### Use Go style
18
+ ### Backend
19
+
20
+ #### Use Go style
20
21
21
22
Contributions must adhere to the guidelines outlined in [ Effective
22
23
Go] ( https://go.dev/doc/effective_go ) . We prefer linting rules over documenting
@@ -26,7 +27,7 @@ Read [Go's Code Review Comments
26
27
Wiki] ( https://github.com/golang/go/wiki/CodeReviewComments ) for information on
27
28
common comments made during reviews of Go code.
28
29
29
- ### Avoid unused packages
30
+ #### Avoid unused packages
30
31
31
32
Coder writes packages that are used during implementation. It isn't easy to
32
33
validate whether an abstraction is valid until it's checked against an
You can’t perform that action at this time.
0 commit comments