blob: de03ce09c3601087bbcc1953a61438e0240baa12 [file] [log] [blame] [view]
Adam Sadovskyc071bfb2015-10-05 13:11:47 -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## Filing issues
8
9We use a single GitHub repository for [tracking all
10issues](https://github.com/vanadium/issues/issues) across all Vanadium
11repositories.
12
13## Contributing code
14
15Please read the [contribution
Adam Sadovsky17417ae2016-02-05 17:57:18 -080016guidelines](https://vanadium.github.io/community/contributing.html) before
17sending patches.
Adam Sadovskyc071bfb2015-10-05 13:11:47 -070018
19**We do not accept GitHub pull requests.** (We use
20[Gerrit](https://www.gerritcodereview.com/) instead for code reviews.)
21
22Unless otherwise noted, the Vanadium source files are distributed under the
23BSD-style license found in the LICENSE file.