blob: 3356fc7888e2575c6a4ba36056a3e4b92b5c2aa7 [file] [log] [blame] [view]
Julie Qiud11f2162019-02-14 16:37:25 -05001# Contributing to Go Modules Discovery
2
3Go Modules Discovery is an open source project.
4
5We'd love to accept your patches and contributions to this project. There are
6just a few small guidelines you need to follow.
7
8## Contributing code
9
10Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html) before sending patches.
11
12Unless otherwise noted, the Go source files are distributed under
13the BSD-style license found in the LICENSE file.
14
15## Code reviews
16
17All submissions, including submissions by project members, require review. We
18use Gerrit for this purpose. Consult the
Andrew Bonventre4673ce22019-03-26 14:04:08 -040019[Gerrit Documentation](https://www.gerritcodereview.com/index.html) for more
Julie Qiud11f2162019-02-14 16:37:25 -050020information on using pull requests.
21
22## Community Guidelines
23
24This project follows
25[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).