From 2c3df88be673917b6bc3a39227ba12771aedee63 Mon Sep 17 00:00:00 2001 From: catriverr Date: Sat, 28 Sep 2024 13:08:53 +0300 Subject: [PATCH] move CODE_OF_CONDUCT and CONTRIBUTING.md to .github/ and add CODEOWNERS --- .github/CODEOWNERS | 1 + CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 manifest.md => .github/manifest.md | 0 readme.md | 2 +- 5 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS rename CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename manifest.md => .github/manifest.md (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2216042 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @catriverr diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/manifest.md b/.github/manifest.md similarity index 100% rename from manifest.md rename to .github/manifest.md diff --git a/readme.md b/readme.md index a7e7bdd..ee74433 100755 --- a/readme.md +++ b/readme.md @@ -86,7 +86,7 @@ Gmeng takes the following preprocessor definitions: ``` ## Contributing -Please refer to [`gmeng-sdk/CONTRIBUTING`](CONTRIBUTING.md) for guidelines on how to contribute. +Please refer to [`gmeng-sdk/CONTRIBUTING`](.github/CONTRIBUTING.md) for guidelines on how to contribute. ## Contact you may contact me on discord via `@catriverr`, or e-mail me at `nehir@mybutton.org`.