We love hearing from Tangelo users, whether by email, on the issue tracker, or via pull request. Here are some guidelines for contributing:
- Please email us at [email protected] if you have any questions or concerns or if you need help with any usage problems you encounter while using Tangelo.
- Consider subscribing to the tangelo-users list to receive important updates about our progress and announcements about releases.
- If you have feature requests or bug reports, go ahead and open a new issue on the tracker.
- If you would like to contribute actual code, follow these steps:
- Get a GitHub account.
- Fork the Tangelo repository.
- Create a topic branch for your changes.
- Make commits as needed, and include informative commit messages. Try to structure your commits logically, so that each one has a clear-cut purpose.
- When your topic is complete, edit the CHANGELOG.md file to describe what changes your topic introduces.
- Send us a pull request according to the guidelines here.
The Tangelo documentation includes a section on coding guidelines to help ease your contributions into the codebase. Refer to the rest of the documentation as needed, and let us know if anything is unclear. We're looking forward to hearing from you!