Skip to content

OZI-Project/blastpipe

Repository files navigation

blastpipe

OZI Project PyPI - Python Version Open Source Security Foundation self-certification status slsa-level3-badge License Compliance Automatic Semantic Versioning for Python projects Security Status

A simple utility library used as a slice demonstration for using Meson+OZI as a Python packaging management layer.

image

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the repository
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Bug Reports

  1. Create an issue with the tag "bug" with a descriptive title stating the issue succinctly.
  2. Fill out the issue template with the information requested.

If you have any proposed changes related to a bug, if an Issue has not been created please complete the above instructions. The next steps are similar to the steps needed to create a feature pull request.

Submitting a Fix

  1. Fork the repository
  2. Create your Bugfix Branch (git checkout -b bugfix/Issue#)
  3. Commit your Changes (git commit -m '🐛: Fix Issue#')
  4. Push to the Branch (git push origin bugfix/Issue#)
  5. Open a Pull Request

License

blastpipe is released under the terms of the 2.0 version of the Apache License with LLVM exception.

image