From 8b56f688a1c50759ed6e64796cb4323d639742bc Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Wed, 14 Dec 2022 15:35:42 -0300 Subject: [PATCH] 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. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)