WebGoat/PULL_REQUEST_TEMPLATE.md
Jeroen Willemsen efca784acf Update sign off command
Signed-off-by: Jeroen Willemsen <jwillemsen@xebia.com>
2021-09-29 16:03:23 +02:00

572 B

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 or you have a commit which you amend with git commit -m "Sign off" --amend --signof. See Contributing.md for more details.

If your PR is related to an issue. Please end your PR test with the following line: This PR closes #< insert number here >.