Remove sign off.

CLA assistant is structurally broken, let's keep it simple and not enforce signing off etc. There should be no barrier to get help from the community.
This commit is contained in:
Nanne Baars
2021-10-02 19:04:00 +02:00
committed by Nanne Baars
parent 9e15e95001
commit 4b32cc36a7
2 changed files with 11 additions and 30 deletions

View File

@ -1,7 +1 @@
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 you have a commit which you amend with `git commit -m "Sign off" --amend --signof`. See [Contributing.md](https://github.com/WebGoat/WebGoat/blob/develop/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 >.
Thank you for submitting a pull request to the WebGoat!