From 3b09a7a8afd3677154b5fa421f2687cadcdd6fc2 Mon Sep 17 00:00:00 2001 From: Ashleymcmillan1 <129630943+Ashleymcmillan1@users.noreply.github.com> Date: Sat, 22 Jun 2024 05:01:20 -0400 Subject: [PATCH] Create Readme.md --- Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..eab2a05 --- /dev/null +++ b/Readme.md @@ -0,0 +1,17 @@ +## Contributing + +[code-of-conduct]: CODE_OF_CONDUCT.md + +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](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). + +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