blob: 799bc50bf44d08cf4263c91592cf9e4590e2fddb [file] [log] [blame]
Todd Wang17f29092015-09-11 17:49:09 -07001# Contributing to Vanadium
2
3Vanadium is an open source project.
4
5It is the work of many contributors. We appreciate your help!
6
7
8## Filing issues
9
10We use a single GitHub repository for
11[tracking all issues](https://github.com/vanadium/issues/issues)
12across all Vanadium repositories.
13
14
15## Contributing code
16
17Please read the
18[Contribution Guidelines](https://github.com/vanadium/docs/blob/master/community/contributing.md)
19before sending patches.
20
21**We do not accept GitHub pull requests**
22(we use [Gerrit](https://www.gerritcodereview.com/) instead for code review).
23
24Unless otherwise noted, the Vanadium source files are distributed under
25the BSD-style license found in the LICENSE file.