diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 70ba1a2..9c6c469 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -1,5 +1,5 @@ -This document provides community guidelines for a safe, respectful, productive, and collaborative place for any person who is willing to contribute to the code provided in this respository. +This document provides community guidelines for a safe, respectful, productive, and collaborative place for any person who is willing to contribute to the code provided in this respository. The document applies in all “collaborative spaces” in which the code is being collaborated on, which is defined as communications channels used for purposes of collaboration on the code (such as issue comments, submitted patches, commit comments, etc.). @@ -22,6 +22,6 @@ With those values in mind, the guidelines which contributors should follow: Those who violate the guidelines as written, as well as those who intentionally tow the line to violate the values expressed which these guidelines protect will be removed. -The curent point of contact for any issues arising with this is unifiedmoderation-conduct@michaelhall.tech +The curent point of contact for any issues arising with this is code-contributions@michaelhall.tech This address will be monitored for so long as it is included as the point of contact. Should it change at a later date, the new address will be reflected in this document. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 487ffbd..94975d9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,6 +3,5 @@ 1. All contributions, code or otherwise, should follow the project code of conduct. 2. All code contributions from non-members should be discussed in advance. Please do not open a pull request without having done this. -3. Python source files should be formatted with [black](https://github.com/psf/black) and with [isort](https://github.com/PyCQA/isort) -4. Pull requests should have a limited scope to what they intend to accomplish. -5. Commit messages should be meaningful. +3. Pull requests should have a limited scope to what they intend to accomplish. +4. Commit messages should be meaningful. diff --git a/dev-requirements.txt b/dev-requirements.txt deleted file mode 100644 index f8e9949..0000000 --- a/dev-requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -black==22.3.0 -isort==5.9.3 \ No newline at end of file