source: osm/applications/editors/josm/plugins/mapillary/CONTRIBUTING.md@ 32065

Last change on this file since 32065 was 31394, checked in by floscher, 9 years ago

[mapillary] Add documentation on the contribution workflow and on how to build the plugin

File size: 834 bytes
Line 
1# Contribution guidelines
2
3If you want to make a contribution to this repository, just go ahead, clone this repository (see
4[INSTALL.md](INSTALL.md) for instructions) and make the changes you'd like to do.
5
6When you want us to include your changes, you're welcome to open a pull request. We'll review it, give you feedback
7on it and if we like your changes, we'll apply them to the plugin.
8
9## License
10
11All contributions to this repository are licensed under the GNU General Public License v2 or later.
12
13## Code formatting
14
15The following format of source code files is preferred in this repository:
16* Indentation with 2 spaces per indentation level
17* line endings should be UNIX-style line endings (LF)
18* one newline (LF) at the end of the file
19* where possible don't make lines longer than 120 characters
20* avoid trailing whitespace
Note: See TracBrowser for help on using the repository browser.