Welcome to Sail on Lagoon! We appreciate your interest in contributing to this project. Please take a moment to review the guidelines below for contributing.
If you encounter a bug or have a feature request, please open an issue on GitHub. Before creating a new issue, search existing ones to avoid duplicates.
When reporting an issue, include:
- Detailed description of the issue.
- Steps to reproduce the issue.
- Expected behavior.
- Any relevant screenshots or error messages.
We welcome pull requests that address bugs, add new features, or improve existing code. To submit a PR:
- Fork the repository to your GitHub account.
- Create a new branch for your feature or fix (
git checkout -b feature/YourFeature
). - Make your changes and ensure code follows project coding standards.
- Write tests for your changes if applicable.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Submit a pull request to the
main
branch of the original repository.
- Follow the coding style and conventions used in the project.
- Write clear, concise, and meaningful commit messages.
- Keep code clean, readable, and maintainable.
- Write tests if appropriate
All PRs will be reviewed by project maintainers. Feedback and discussions may occur before changes are accepted.