diff --git a/CODEOWNERS b/CODEOWNERS index df08384..10144ee 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,3 @@ # For more information, see [docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax) # This repository is maintained by: -* @brittanyellich diff --git a/code-of-conduct.md b/CODE_OF_CONDUCT.md similarity index 100% rename from code-of-conduct.md rename to CODE_OF_CONDUCT.md diff --git a/contributing.md b/CONTRIBUTING.md similarity index 88% rename from contributing.md rename to CONTRIBUTING.md index f7e1d67..2bc579f 100644 --- a/contributing.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. -Contributions to this project are released to the public under the project's [open source license](./license.txt). +Contributions to this project are released to the public under the project's [open source license](./LICENSE.txt). -Please note that this project is released with a [Contributor Code of Conduct](./code-of-conduct.md). By participating in this project you agree to abide by its terms. +Please note that this project is released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. ## Submitting a pull request diff --git a/license.txt b/LICENSE.txt similarity index 100% rename from license.txt rename to LICENSE.txt diff --git a/security.md b/SECURITY.md similarity index 100% rename from security.md rename to SECURITY.md diff --git a/supporting.md b/SUPPORTING.md similarity index 100% rename from supporting.md rename to SUPPORTING.md