From f7883492c6b44cd8bd9ceeaebe50efb2311000ec Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 15 Oct 2020 15:41:08 -0500 Subject: [PATCH] Correct syntax for referencing related issues/PRs --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5c0163bf8e..be15b0a507 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ ## References _Add references/links to any related issues or PRs. These may include:_ -* Fixes [GitHub issue](https://github.com/DSpace/dspace-angular/issues), if any -* Requires [REST API PR](https://github.com/DSpace/DSpace/pulls), if any +* Fixes #[issue-number] +* Requires DSpace/DSpace#[pr-number] (if a REST API PR is required to test this) ## Description Short summary of changes (1-2 sentences).