From 2147af0e6a8ec6deba0ce1423bc34bfe60b9175b Mon Sep 17 00:00:00 2001 From: Storm Heg Date: Sat, 26 Mar 2022 22:34:50 +0100 Subject: [PATCH 1/5] Fix typo in api.rst --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 1d5b3f1b2..7cbf08718 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -60,7 +60,7 @@ The endpoints correctly serve the response header fields ``Content-Disposition`` and ``Content-Type`` to indicate the filename for download and the type of content of the document. -In order to download or preview the original document when an archied document is available, +In order to download or preview the original document when an archived document is available, supply the query parameter ``original=true``. .. hint:: From c43193b17d17de78bfa040299fc6477afa1107b5 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 30 Mar 2022 00:03:48 -0700 Subject: [PATCH 2/5] Add note for target branch [ci skip] --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 617233ec2..532626ea5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,7 @@ + + ## Proposed change