From 3216df163e37d532472e1bb996637b94bca21fb4 Mon Sep 17 00:00:00 2001 From: Chris McIntosh Date: Wed, 21 Apr 2021 10:11:38 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f980a79..ee33f5f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # .github -Default settings for repositories +This repository holds the [Organization Level Workflow Templates](https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization) for the department of veterans affairs. + +For this to work the Repository must be Public. If you are opening PR's into this repository please remember that it can contain no PII or PHI or any other data considered "secret". + +## Usage +To add a workflow template please look at the sample [Hello World](https://github.com/department-of-veterans-affairs/.github/blob/master/workflow-templates/ci.yml) template as well as read through the documentation. +Once you are ready to add your template, please clone the repository and open a Pull Request with your changes. + +## Troubleshooting +Please contact the Organization Admin team through the [help](https://github.com/department-of-veterans-affairs/github-user-requests) repository for issues.