From f71340dd166f20b3c00b63e27325bcfcc9099be7 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 7 Mar 2023 06:34:34 -0700 Subject: [PATCH] docs: add codeowners and a note in the readme --- CODEOWNERS | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..d219b2b9 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @gadomski diff --git a/README.md b/README.md index a74adf10..6dc853e0 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,11 @@ You can also run the previous commands in the docker container using: docker/console ``` +### Code owners and repository maintainer(s) + +This repository uses a [code owners file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) to automatically request reviews for new pull requests. +The current primary maintainer(s) of this repository are listed under the `*` rule in the [CODEOWNERS](./CODEOWNERS) file. + ### Adding a new package To create a new `stactools` package, use the [`stactools` package template](https://github.com/stactools-packages/template).