There are many ways you can contribute to the betterment of the project.

bug Report Issues

Issue reporting is central to OSS projects. If the issue isn’t reported, we can’t fix it. Please report any bugs, feature, and/or improvement requests on the Grizzly GitHub Issues tracker.

git Submit Patches

Have a fix or a feature you'd like to share? Submit a Pull Request!

pen Documentation

Good documentation is an important aspect of any software project. We've taken several strides in improving our documentation, but there's always room for improvement. If you see anything missing or an area that could be improved, let us know or submit a patch.

blog Write a Blog

Are you using Grizzly? We'd love to hear how you're using it in your projects. Write a blog and drop us a note.

reviews Code Review

More eyes on the code means better quality. Review our code for style issues, potential issues, or glaring bugs. Anything helps!

support Support the Community

Have insight on an issue another is having? Speak up! Join our mailing lists or follow questions tagged with grizzly on StackOverflow.

Source Code Submissions

We welcome your contributions. To make a code contribution you must create a GitHub user account, as well as create an Eclipse user account. With your Eclipse User account you must electronically sign the Eclipse Contributor Agreement (ECA).

Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project. The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit

Back to top