Skip to content

Commit eacfbf4

Browse files
committed
Add contributing.md
1 parent 23fd6ed commit eacfbf4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# The basics
2+
3+
* Fork
4+
* Test
5+
* FMT
6+
* Pull Request
7+
8+
# Using the Makefile
9+
10+
```
11+
# Run all examples to see if they work.
12+
make examples
13+
```
14+
15+
```
16+
# Format all go files, shortcut for go fmt ./...
17+
make fmt
18+
```
19+
20+
```
21+
# Run all tests, shortcut for go test ./...
22+
make test
23+
```

0 commit comments

Comments
 (0)