Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 1.37 KB

Contributing to rdfpipe-rs

Thank you very much for considering contributing to this project!

We welcome any form of contribution:

  • New issues (feature requests, bug reports, questions, ideas, ...)
  • Pull requests (documentation improvements, code improvements, new features, ...)

Note: Before you take the time to open a pull request, please open an issue first. This will give us the chance to discuss any potential changes first.

Opening a pull request (PR)

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Create the pull request!

Note: PRs can only be merged if the build GitHub action passes.

License

By contributing, you agree that your contributions will be licensed under its GPL-3.0 License.

Important links