Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

38 lines (30 loc) · 1.24 KB

Contributing

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.

Making Changes and submitting a Pull Request

  1. Commit Messages: Use clear and descriptive commit messages. Follow the convention:
    Component: Brief description of the change
    
  2. Push Your Changes: Push your changes to your forked repository:
    git push origin my-feature-branch
  3. 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.
  4. Sign Your Commits: Ensure all your commits are signed off. Use the --signoff option when committing:
    git commit --signoff

License

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.

Contact

If you have any questions or need further assistance, feel free to open an issue on GitHub or contact the maintainers directly.

Happy coding!