diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e0e3483e6..03c0b8a6c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ - [ ] Tag issue being addressed - [ ] Add [tests](https://github.com/openforcefield/openff-toolkit/tree/main/openff/toolkit/_tests) - [ ] Update docstrings/[documentation](https://github.com/openforcefield/openff-toolkit/tree/main/docs), if applicable -- [ ] [Lint](https://open-forcefield-toolkit.readthedocs.io/en/latest/developing.html#style-guide) codebase +- [ ] [Lint](https://docs.openforcefield.org/projects/toolkit/en/stable/users/developing.html#style-guide) codebase - [ ] Update [changelog](https://github.com/openforcefield/openff-toolkit/blob/main/docs/releasehistory.md) diff --git a/docs/releasehistory.md b/docs/releasehistory.md index 367ef5fbe..f4a1ef9bf 100644 --- a/docs/releasehistory.md +++ b/docs/releasehistory.md @@ -33,6 +33,7 @@ Releases follow the `major.minor.micro` scheme recommended by [PEP440](https://w - [PR #1970](https://github.com/openforcefield/openff-toolkit/pull/1970): Consolidates config files into `pyproject.toml`. - [PR #1968](https://github.com/openforcefield/openff-toolkit/pull/1968): Switches version handling to `versioningit`. +- [PR ##1986](https://github.com/openforcefield/openff-toolkit/pull/1986): Fix links in PR template and formatted string in error ## 0.16.6 diff --git a/openff/toolkit/utils/toolkit_registry.py b/openff/toolkit/utils/toolkit_registry.py index 77bc1405d..7bc00badd 100644 --- a/openff/toolkit/utils/toolkit_registry.py +++ b/openff/toolkit/utils/toolkit_registry.py @@ -323,7 +323,7 @@ def register_toolkit( except ToolkitUnavailableException: if exception_if_unavailable: raise ToolkitUnavailableException( - "Unable to load toolkit '{_toolkit_wrapper._toolkit_name}'. " + f"Unable to load toolkit '{toolkit_wrapper}'. " ) return