From 4c624fefc45d3f1467a6b61c42d02bec6fd3316f Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 28 Nov 2023 11:23:10 -0500 Subject: [PATCH 1/2] 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 From 3c21e76417f32edd95f03877b783c1c4e20efa84 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 28 Nov 2023 12:40:40 -0500 Subject: [PATCH 2/2] Enforce line-ending style --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index af30937..6ba5456 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ +* text=auto eol=lf + dist/** -diff linguist-generated=true