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