From ef4b7ce1a74c8ef98ce141b997122cc55938d386 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Wed, 29 Sep 2021 15:16:03 +0200 Subject: [PATCH] Fix link to signoff commits --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index d700f586f..607332f3d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Thank you for submitting a Pull Request to the WebGoat. Please make sure that: - [ ] Status checks have passed (e.g. packaging, linting, testing are fine) -- [ ] Commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s) or [`/signoff` is provided as a comment](https://github.com/JasonEtco/signoff-commit-action). +- [ ] Commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s) or you type `/signoff` [is provided as a comment](https://github.com/JasonEtco/signoff-commit-action). If your PR is related to an issue. Please end your PR test with the following line: This PR closes #< insert number here >. \ No newline at end of file