Last change
on this file since 35729 was 34352, checked in by renerr18, 6 years ago |
Adding compilable version to SVN because of build error.
|
File size:
835 bytes
|
Line | |
---|
1 | # Contribution guidelines
|
---|
2 |
|
---|
3 | If 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 |
|
---|
6 | When you want us to include your changes, you're welcome to open a pull request. We'll review it, give you feedback
|
---|
7 | on it and if we like your changes, we'll apply them to the plugin.
|
---|
8 |
|
---|
9 | ## License
|
---|
10 |
|
---|
11 | All contributions to this repository are licensed under the GNU General Public License v2 or later.
|
---|
12 |
|
---|
13 | ## Code formatting
|
---|
14 |
|
---|
15 | The 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
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.