From b969395ca39eb8914716de93f873b74545ab01e4 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 23 Nov 2020 14:35:55 +0100 Subject: [PATCH] keep template PR as origin --- pull_request_template.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 60751f2..081b7c5 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,15 +1,14 @@ ## Problem -- *Useless redirection in nginx.conf* - +- *Description of why you made this PR* ## Solution -- *Delete redirections to 403 on the nginx.conf for sensibles urls* +- *And how do you fix that problem* ## PR Status - [ ] Code finished. - [ ] Tested with Package_check. -- [x] Fix or enhancement tested. +- [ ] Fix or enhancement tested. - [ ] Upgrade from last version tested. -- [x] Can be reviewed and tested. +- [ ] Can be reviewed and tested. ## Package_check results ---