This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch stefan/fix_1385_Code_of_Conduct in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit 5f0c581de86a5e6f4786bcb9585978c2dcaf9e65 Author: Stefan Krawczyk <[email protected]> AuthorDate: Sun Oct 5 22:36:02 2025 -0700 Fixes code of conduct links This fixes #1385 . This makes the code of conduct links all point to ASF site. --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/get-started/contributing.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11af3833..30dffb09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ > All contributions to this project will be released under the [Apache 2.0 > License](LICENSE). . > By submitting a pull request or filing a bug, issue, or > feature request, you are agreeing to comply with this waiver of copyright > interest. -> You're also agreeing to abide by the ASF Code of Conduct. +> You're also agreeing to abide by the ASF Code of Conduct (https://www.apache.org/foundation/policies/conduct.html) There are two primary ways to help: diff --git a/README.md b/README.md index ed54aeb7..77d0df75 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Apache Hamilton is released under the Apache 2.0 License. See [LICENSE](https:// ## 👨💻 Contributing We're very supportive of changes by new contributors, big or small! Make sure to discuss potential changes by creating an issue or commenting on an existing one before opening a pull request. Good first contributions include creating an example or an integration with your favorite Python library! - To contribute, checkout our [contributing guidelines](https://github.com/apache/hamilton/blob/main/CONTRIBUTING.md), our [developer setup guide](https://github.com/apache/hamilton/blob/main/developer_setup.md), and our [Code of Conduct](https://github.com/apache/hamilton/blob/main/CODE_OF_CONDUCT.md). + To contribute, checkout our [contributing guidelines](https://github.com/apache/hamilton/blob/main/CONTRIBUTING.md), our [developer setup guide](https://github.com/apache/hamilton/blob/main/developer_setup.md), and our [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html). ## 😎 Used by diff --git a/docs/get-started/contributing.rst b/docs/get-started/contributing.rst index 6d6ee744..a9585a8f 100644 --- a/docs/get-started/contributing.rst +++ b/docs/get-started/contributing.rst @@ -4,5 +4,5 @@ Contributing We are open contributions big and small. See our `contributing guidelines <https://github.com/apache/hamilton/blob/main/CONTRIBUTING.md>`__. -We also operate under a `Code of Conduct <https://github.com/apache/hamilton/blob/main/CODE\_OF\_CONDUCT.md>`__, and +We also operate under a `Code of Conduct <https://www.apache.org/foundation/policies/conduct.html>`__, and expect contributors to do the same.
