From: Juliana Fajardini Date: Wed, 14 Dec 2022 18:35:42 +0000 (-0300) Subject: github: update contrib guide link in PR template X-Git-Tag: suricata-7.0.0-rc1~263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b56f688a1c50759ed6e64796cb4323d639742bc;p=thirdparty%2Fsuricata.git github: update contrib guide link in PR template Even though we have moved the contribution process guide to our read the docs, the template was still pointing to our redmine link. --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8abac971a2..08c2ae5981 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Make sure these boxes are signed before submitting your Pull Request -- thank you. -- [ ] I have read the contributing guide lines at https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing +- [ ] I have read the contributing guide lines at https://suricata.readthedocs.io/en/latest/devguide/codebase/contributing/contribution-process.html - [ ] I have signed the Open Information Security Foundation contribution agreement at https://suricata.io/about/contribution-agreement/ - [ ] I have updated the user guide (in doc/userguide/) to reflect the changes made (if applicable)