https://github.com/code-cracker/code-cracker-bot
A bot to post comments to CodeCracker builds
https://github.com/code-cracker/code-cracker-bot
Last synced: about 1 year ago
JSON representation
A bot to post comments to CodeCracker builds
- Host: GitHub
- URL: https://github.com/code-cracker/code-cracker-bot
- Owner: code-cracker
- License: apache-2.0
- Created: 2015-02-16T00:49:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T15:21:21.000Z (over 11 years ago)
- Last Synced: 2025-03-21T13:44:18.145Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://code-cracker.github.io
- Size: 129 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Code Cracker Bot
This is a simple bot that allows us to comment on pull request on the main Code Cracker project,
informing if a build passed or failed.
It is a simple node app, running on Heroku, with Node 0.12, without any module dependencies.
Code Cracker is an open source analyzer library for C# that
uses [Roslyn](http://msdn.microsoft.com/en-us/vstudio/roslyn.aspx) to produce refactorings, code analysis, and other niceties.
Check the official project site on [code-cracker.github.io](http://code-cracker.github.io). There you will find information on how to contribute,
our task board, definition of done, definition of ready, etc.
## Maintainers
* [Giovanni Bassi](http://blog.lambda3.com.br/L3/giovannibassi/), aka Giggio, [Lambda3](http://www.lambda3.com.br), [@giovannibassi](http://twitter.com/giovannibassi)
* [Elemar Jr.](http://elemarjr.net/), [Promob](http://promob.com/), [@elemarjr](http://twitter.com/elemarjr)
* [Carlos dos Santos](http://carloscds.net/), [CDS Informática](http://www.cds-software.com.br/), [@cdssoftware](http://twitter.com/cdssoftware)
* [Vinicius Hana](https://blog.lambda3.com.br/L3/vinicius-hana/), [Lambda3](http://www.lambda3.com.br), [@viniciushana](http://twitter.com/viniciushana)
## Contact
Please see our [contact page](http://code-cracker.github.io/contact.html).
## License
This software is open source, licensed under the Apache License, Version 2.0.
See [LICENSE.txt](https://github.com/code-cracker/code-cracker/blob/master/LICENSE.txt) for details.
Check out the terms of the license before you contribute, fork, copy or do anything
with the code. If you decide to contribute you agree to grant copyright of all your contribution to this project, and agree to
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.