Thank you for considering contributing to the flownexus project! We appreciate your support and effort to improve this open-source project. Below are some guidelines to help you get started.
- Commit Messages: Use clear and descriptive commit messages. Follow the
convention:
Component: Brief description of the change
- Push Your Changes: Push your changes to your forked repository:
git push origin my-feature-branch
- Open a Pull Request: Navigate to the original repository and open a pull request from your forked branch. Provide a clear and detailed description of your changes.
- Sign Your Commits: Ensure all your commits are signed off. Use the
--signoff
option when committing:git commit --signoff
By contributing to this project, you agree that your contributions are licensed under the Apache License 2.0. This includes granting a patent license for your contributions as specified in Section 3 of the license.
If you have any questions or need further assistance, feel free to open an issue on GitHub or contact the maintainers directly.
Happy coding!