source: osm/applications/editors/josm/plugins/MicrosoftStreetside/CONTRIBUTING.md@ 36312

Last change on this file since 36312 was 36228, checked in by taylor.smock, 10 months ago

StreetSide: Update to official API

This also moves the plugin to Java 21 (mostly for virtual threads), reformats the
code to match the JOSM standard (4 spaces), and fixes a bunch of lint issues.

Additionally, a lot of cruft from when this plugin was copied from Mapillary was
removed. That was largely related to image import, uploading, and login.

File size: 835 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 4 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
21
Note: See TracBrowser for help on using the repository browser.