From 6926c3a4126f98d09b31b2f558a0f51e18015050 Mon Sep 17 00:00:00 2001 From: Luca Fabbri Date: Wed, 19 Apr 2023 18:32:05 +0200 Subject: [PATCH] Update pull_request_template.md Fixed CHANGELOG link to point the new repo --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 25ab1b0..688c6de 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,4 +9,4 @@ - [ ] `pre-commit` hooks pass locally - [ ] Tests pass (run `make test`) - [ ] Documentation has been updated to reflect changes, if applicable, and docs build successfully (run `make docs`) -- [ ] Changes are added to the [CHANGELOG](https://github.com/stac-utils/stac-fastapi/blob/main/CHANGES.md). +- [ ] Changes are added to the [CHANGELOG](https://github.com/stac-utils/stac-fastapi-sqlalchemy/blob/main/CHANGES.md).