You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Build Tools fix
* Fix tabs to spaces
* eslint is failing
* Another eslint failure
* No idea why eslint is failing, its valid javascript
* Done with eslint.
The software is licensed under [BSD 3-clause license](http://www.opensource.org/licenses/BSD-3-Clause).
5
+
6
+
Contributions to documentation are licensed under [CC-by-SA 3](https://creativecommons.org/licenses/by-sa/3.0). Third party libraries or sets of images, are under their own licenses.
7
+
8
+
##Notes:
9
+
10
+
This repository contains all tools used by Travis CI and other automated scripts.
11
+
12
+
Feel free to fork this repository and make your desired changes.
13
+
14
+
Please see the [Developer's Certificate of Origin](https://github.com/SimpleDesk/buildTools/blob/master/DCO.txt) in the repository:
15
+
by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.
16
+
17
+
##How to contribute:
18
+
* fork the repository. If you are not used to Github, please check out [fork a repository](https://help.github.com/fork-a-repo).
19
+
* branch your repository, to commit the desired changes.
20
+
* sign-off your commits, to acknowledge your submission under the license of the project.
21
+
* It is enough to include in your commit comment "Signed-off by: " followed by your name and email address (for example: `Signed-off-by: SleePy <[email protected]>`)
22
+
* an easy way to do so, is to define an alias for the git commit command, which includes -s switch (reference: [How to create Git aliases](https://git.wiki.kernel.org/index.php/Aliases))
23
+
* send a pull request to us.
24
+
25
+
Please, feel free to play around. That's what we're doing. ;)
0 commit comments