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