Please follow the GoLang Code Style Guide when submitting code changes. Ensure your code is well-documented and adheres to best practices in Go programming.
- main: Production-ready code. Do not directly commit to this branch.
- develop: Latest development code. Create feature branches from here.
Use clear and descriptive commit messages. Explain the purpose of your changes concisely and include relevant details.
Ensure all tests pass locally before submitting your pull request. Add new tests for new functionality and ensure existing tests are not broken.
- Fork the repository and clone it locally.
- Create a new branch for your feature or bug fix.
- Implement your changes, commit them, and push to your fork.
- Submit a pull request to the
develop
branch of the main repository.
If you have questions, feedback, or need assistance create an issue.
By contributing to Blockchain with GoLand, you agree that your contributions will be licensed under the MIT License.
Happy coding!