13 lines
813 B
Markdown
13 lines
813 B
Markdown
## You want to contribute some code?
|
|
|
|
We are always looking for quality contributions and will be happy to accept your Pull Requests as long as they adhere to some basic rules:
|
|
|
|
* Please make sure that your contribution fits well in the project's context:
|
|
* we are aiming to provide a high quality multi platform system information library, without any dependencies on any external JavaScript library;
|
|
* the only dependency should be bootstrap CSS and its markup structure
|
|
|
|
* Please assure that you are submitting quality code, specifically make sure that:
|
|
* your commits should not be braking changes - if possible.
|
|
* your PR are well testet - if possible on multiple platforms / machines
|
|
* if your commit needs a major version bump (breaking change), please leave a clear message in your comments
|