|
| 1 | +# Code Cracker Bot |
| 2 | + |
| 3 | +This is a simple bot that allows us to comment on pull request on the main Code Cracker project, |
| 4 | +informing if a build passed or failed. |
| 5 | + |
| 6 | +It is a simple node app, running on Heroku, with Node 0.12, without any module dependencies. |
| 7 | + |
| 8 | +Code Cracker is an open source analyzer library for C# that |
| 9 | +uses [Roslyn](http://msdn.microsoft.com/en-us/vstudio/roslyn.aspx) to produce refactorings, code analysis, and other niceties. |
| 10 | + |
| 11 | +Check the official project site on [code-cracker.github.io](http://code-cracker.github.io). There you will find information on how to contribute, |
| 12 | +our task board, definition of done, definition of ready, etc. |
| 13 | + |
| 14 | +## Maintainers |
| 15 | + |
| 16 | +* [Giovanni Bassi](http://blog.lambda3.com.br/L3/giovannibassi/), aka Giggio, [Lambda3](http://www.lambda3.com.br), [@giovannibassi](http://twitter.com/giovannibassi) |
| 17 | +* [Elemar Jr.](http://elemarjr.net/), [Promob](http://promob.com/), [@elemarjr](http://twitter.com/elemarjr) |
| 18 | +* [Carlos dos Santos](http://carloscds.net/), [CDS Informática](http://www.cds-software.com.br/), [@cdssoftware](http://twitter.com/cdssoftware) |
| 19 | +* [Vinicius Hana](https://blog.lambda3.com.br/L3/vinicius-hana/), [Lambda3](http://www.lambda3.com.br), [@viniciushana](http://twitter.com/viniciushana) |
| 20 | + |
| 21 | +## Contact |
| 22 | + |
| 23 | +Please see our [contact page](http://code-cracker.github.io/contact.html). |
| 24 | + |
| 25 | +## License |
| 26 | + |
| 27 | +This software is open source, licensed under the Apache License, Version 2.0. |
| 28 | +See [LICENSE.txt](https://github.com/code-cracker/code-cracker/blob/master/LICENSE.txt) for details. |
| 29 | +Check out the terms of the license before you contribute, fork, copy or do anything |
| 30 | +with the code. If you decide to contribute you agree to grant copyright of all your contribution to this project, and agree to |
| 31 | +mention clearly if do not agree to these terms. Your work will be licensed with the project at Apache V2, along the rest of the code. |
0 commit comments