updated contributing docs
This commit is contained in:
parent
1877d47c7a
commit
64f620df77
@ -1,12 +1,12 @@
|
||||
## 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:
|
||||
First of all: thank you for contributing to this repository. 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
|
||||
|
||||
* We are aiming to provide a high quality multi platform system information library.
|
||||
* This package should stay without any dependencies on any external JavaScript library.
|
||||
|
||||
* 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
|
||||
* Your commits should not be braking changes - if possible.
|
||||
* Your PR are well testet - if possible on multiple platforms / machines (please provide information against what systems it was tested).
|
||||
* If your commit needs a major version bump (breaking change), please leave a clear message in your comments. We try to keep the breaking changes as low as possible to avoid compatibility issues.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user