diff --git a/.gitignore b/.gitignore index 0eab308e2..2eea4e5cb 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,7 @@ ipython_config.py # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock +uv.lock # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b89072da..bb2973b77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ Additionally, the code should follow any stylistic and architectural guidelines prescribed by the project. For us here, this means you install a pre-commit hook and use the given style files. Basically, you should mimic the styles and patterns in the Apache Hamilton code-base. -In terms of getting setup to develop, we invite you to read our [developer setup guide](developer_setup.md). +In terms of getting setup to develop, we invite you to read our [developer setup guide](writeups/developer_setup.md). ## Using circleci CLI to run tests locally diff --git a/README.md b/README.md index 1fd0edff4..52b959393 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,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://www.apache.org/foundation/policies/conduct.html). + 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/writeups/developer_setup.md), and our [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html). ## 😎 Used by