We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d5203 commit 98f8a46Copy full SHA for 98f8a46
docs/CONTRIBUTING.md
@@ -1,4 +1,3 @@
1
-
2
# Contributing
3
4
## Requirements
@@ -16,7 +15,9 @@ Use the following `make` commands and scripts in development:
16
15
17
## Styling
18
19
-### Use Go style
+### Backend
+
20
+#### Use Go style
21
22
Contributions must adhere to the guidelines outlined in [Effective
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
28
common comments made during reviews of Go code.
29
-### Avoid unused packages
30
+#### Avoid unused packages
31
32
Coder writes packages that are used during implementation. It isn't easy to
33
validate whether an abstraction is valid until it's checked against an
0 commit comments