|
||||||||||
|
||||||||||
GroovyUsing Groovy
Language GuideGroovy FeaturesModulesExamplesUseful LinksIDE SupportSupportCommunityDevelopersTools we use
Feeds
|
There are many ways you can help make Groovy a better piece of software - and we can use all the help we can get Try surfing the documentation - if something is confusing or not clear, let us know - or better still fix it for us Download the code & try it out and see what you think. Browse the source code. Want to do some hacking on Groovy? Try surfing the issue tracker for open issues or features that need to be implemented, take ownership of an issue and try to fix it. If you'd rather a more gentle introduction to coding on the Groovy project, how about you look at the test coverage report and help us get it even more green by supplying more test cases to get us closer to 100% coverage. Getting in touchThere are various ways of communicating with the Groovy community.
If you find a bug or problemPlease raise a new issue in our issue tracker If you can create a JUnit test case (either via Groovy or Java code) then your issue is more likely to be resolved quicker. e.g. take a look at some of the existing unit tests cases, find one and modify it to try reproduce your problem. Then we can add your issue to CVS and then we'll know when its really fixed and Submitting patchesWe gladly accept patches if you can find ways to improve, tune or fix Groovy in some way. Most IDEs can create nice patches now very easily. If you're a command line person try the following to create the patch diff -u Main.java.orig Main.java >> patchfile.txt or
cvs diff -u Main.java >> patchfile.txt Once you've created a patch the best way to submit it is to raise a new issue in the issue tracker (see below) and maybe send us a mail on the developer list letting us know about the patch. Using the issue trackerBefore you can raise an issue in the issue tracker you need to register with it. This is quick & painless. If you want to have a go at fixing an issue you need to be in the list of groovy-developers on the issue tracker.To join the group, please mail the groovy-dev mail list with the email address you used to register with the issue tracker and we'll add you to the group. |
|||||||||
|