diff options
author | 2022-03-05 20:08:19 -0800 | |
---|---|---|
committer | 2022-03-05 20:08:19 -0800 | |
commit | 74ab780ab02e408df16c727e030e2814912b9af7 (patch) | |
tree | 866bc5b4ce708be72d98275b4733affffd7d9e4c | |
parent | CI: define KUBECONFIG secret as required in build workflow (diff) |
Move community health files to .github dir
Merge DEVELOPING.md into CONTRIBUTING.md
-rw-r--r-- | .github/CODE_OF_CONDUCT.md (renamed from CODE_OF_CONDUCT.md) | 0 | ||||
-rw-r--r-- | .github/CONTRIBUTING.md (renamed from DEVELOPING.md) | 4 | ||||
-rw-r--r-- | .github/SECURITY.md (renamed from SECURITY.md) | 0 | ||||
-rw-r--r-- | CONTRIBUTING.md | 3 | ||||
-rw-r--r-- | README.md | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 57ccd80..57ccd80 100644 --- a/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md diff --git a/DEVELOPING.md b/.github/CONTRIBUTING.md index ef758bc..ddb1c5c 100644 --- a/DEVELOPING.md +++ b/.github/CONTRIBUTING.md @@ -1,3 +1,7 @@ +# Contributing Guidelines + +The Contributing Guidelines for Python Discord projects can be found [on our website](https://pydis.com/contributing.md). + # Development Environment ## Initial Setup diff --git a/SECURITY.md b/.github/SECURITY.md index fa5a88a..fa5a88a 100644 --- a/SECURITY.md +++ b/.github/SECURITY.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index f20b531..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contributing Guidelines - -The Contributing Guidelines for Python Discord projects can be found [on our website](https://pydis.com/contributing.md). @@ -101,7 +101,7 @@ If `pip`, `setuptools`, or `wheel` are dependencies or need to be exposed, then ## Development Environment -See [DEVELOPING.md](DEVELOPING.md). +See [CONTRIBUTING.md](.github/CONTRIBUTING.md). [1]: https://github.com/python-discord/snekbox/workflows/Lint,%20Test,%20Build,%20Push/badge.svg?branch=main |