mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-06-13 18:19:53 +00:00
1.1 KiB
1.1 KiB
Contributing
Hi there 👋 We are excited that you want to contribute a new workflow to this repo. By doing this you are helping people get up and running with GitHub Actions and that's cool 😎.
Contributions to this project are released to the public under the project's open source license.
Before merging a new workflow, the following requirements need to be met:
- Should be as simple as is needed for the service.
- There are many programming languages and tools out there. Right now we have a page that allows for a really large number of workflows, so we do have to be a little choosy about what we accept. Less popular tools or languages will be accepted.
- Automation and CI workflows should send data to any 3rd party service for the purposes of installing dependencies.
- Automation and CI workflows can be dependent on a paid service or product.
Thank you