Project Support
Contributing
We welcome all contributors.
While any code contributions are welcome, areas that could use improvement are:
Providing feedback
Email Formating
iReport Library Updates
Issues
If you’ve found a bug, let us know.
Pull Requests
Create a fork of our repo.
To submit a pull request for a new feature:
Run the tests. Every pull request for a new feature should have an accompanying unit test and docs changes.
Create a new branch off of the master branch for your feature.
Add a test (or multiple tests) for your feature.
Add your new feature.
Push to your fork and submit the pull request.
To submit a bug fix:
Create a new branch off of the master branch.
Add a test that demonstrates the bug.
Make the test pass.
Push to your fork and submit the pull request!
To submit a documentation fix:
Create a new branch off of the master branch.
Add your documentation fixes (no tests required).
Push to your fork and submit the pull request!