diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b7d03ca --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing to Our Project + +We're excited that you're interested in contributing to our project! This document outlines the +guidelines for contributing to our codebase. We follow the Google Python Style Guide to maintain +consistency and readability across our project. + +Code Style +We adhere to the Google Python Style [Guide](https://google.github.io/styleguide/pyguide.html). diff --git a/README.md b/README.md index 6c341ba..fcf2a74 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,7 @@ studies = client.search_for_studies("ORTHANC1", {"PatientName": "Doe, John"}) # The client returns pydicom datasets. study_descriptions = [study.StudyDescription for study in studies] ``` + +## License + +- AGPL 3.0 or later