From 965a7eaf010871fb86263c7d7d0ed3e751b67967 Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Mon, 14 Oct 2024 11:04:22 -0700 Subject: [PATCH] Delete .github/README.md --- .github/README.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/README.md diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 5fe2a01..0000000 --- a/.github/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# The .github directory - -This directory contains various configurations and .yml files that are used to -define GitHub actions and behaviors. - -## Workflows - -The .yml files in ``./workflows`` are used to define the various continuous -integration scripts that will be run on your behalf e.g. nightly as a smoke check, -or when you create a new PR. - -For more information about CI and workflows, look here: https://lincc-ppt.readthedocs.io/en/latest/practices/ci.html - -## Configurations - -Templates for various different issue types are defined in ``./ISSUE_TEMPLATE`` -and a pull request template is defined as ``pull_request_template.md``. Adding, -removing, and modifying these templates to suit the needs of your project is encouraged. - -For more information about these templates, look here: https://lincc-ppt.readthedocs.io/en/latest/practices/issue_pr_templating.html - - -Or if you still have questions contact us: https://lincc-ppt.readthedocs.io/en/latest/source/contact.html \ No newline at end of file