Skip to content

Commit

Permalink
CONTRIBUTING.md: add link to contrib/README.md (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum authored Apr 22, 2021
1 parent d9472a0 commit 8a9c8c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ the official [Go language](https://github.com/golang/go/pulls).
A set of [Style guidelines](https://github.com/DataDog/dd-trace-go/wiki/Style-guidelines) was added to our Wiki. Please spend some time browsing it.
It will help tremendously in avoiding comments and speeding up the PR process.


### Integrations

Please view our contrib [README.md](contrib/README.md) for information on new integrations.

### Go Modules

This repository currently takes an [idiosyncratic approach](https://github.com/DataDog/dd-trace-go/issues/810) to using Go modules which means that you should not commit modified versions of the `go.mod` or `go.sum` files.
Expand Down

0 comments on commit 8a9c8c1

Please sign in to comment.