From 4c624fefc45d3f1467a6b61c42d02bec6fd3316f Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 28 Nov 2023 11:23:10 -0500 Subject: [PATCH] Move and document CODEOWNERS --- .github/CODEOWNERS => CODEOWNERS | 0 README.md | 6 ++++++ 2 files changed, 6 insertions(+) rename .github/CODEOWNERS => CODEOWNERS (100%) diff --git a/.github/CODEOWNERS b/CODEOWNERS similarity index 100% rename from .github/CODEOWNERS rename to CODEOWNERS diff --git a/README.md b/README.md index ebe33cc..4b3c951 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ follow the below instructions: 1. Click **Create repository** 1. Clone your new repository +> [!CAUTION] +> +> Make sure to remove or update the [`CODEOWNERS`](./CODEOWNERS) file! For +> details on how to use this file, see +> [About code owners](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners). + ## Initial Setup After you've cloned the repository to your local machine or codespace, you'll