Files

25 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2019-10-01 13:36:41 -07:00
## Contributing
[code-of-conduct]: CODE_OF_CONDUCT.md
2019-10-01 13:57:44 -07:00
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 😎.
2019-10-01 13:36:41 -07:00
2020-07-15 16:21:25 -07:00
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](https://github.com/actions/starter-workflows/blob/main/LICENSE).
2019-10-01 13:36:41 -07:00
2019-11-19 11:56:51 +00:00
Please note that this project is released with a [Contributor Code of Conduct](
2020-07-15 16:21:25 -07:00
https://github.com/actions/.github/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
2019-10-01 13:36:41 -07:00
**At this time we are only accepting new starter workflows for Code Scanning**
2020-08-20 18:09:12 -07:00
### Previous guidelines for new starter workflows.
2019-11-17 16:44:11 -08:00
Before merging a new workflow, the following requirements need to be met:
2019-10-01 13:36:41 -07:00
- Should be as simple as is needed for the service.
- There are many programming languages and tools out there. Right now we don't 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 might not be accepted.
- Automation and CI workflows should not send data to any 3rd party service except for the purposes of installing dependencies.
- Automation and CI workflows cannot be dependent on a paid service or product.
- We require that Actions outside of the `actions` organization be pinned to a specific SHA.
2019-10-01 13:36:41 -07:00
Thank you