From 43eaa0c3d44004474728b7bb121a2fa62cc08147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 19 Sep 2022 11:02:09 +0200 Subject: [PATCH 1/3] Update pull_request_template.md --- pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 6f574e6..2e697a1 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -2,11 +2,10 @@ ## What does this PR do? Fixes # - ## PR checklist Please check if your PR fulfills the following requirements: -- [ ] Does this PR fix an existing issue? +- [ ] Does this PR fix an existing issue or do you have well-explained what you changed in the PR description? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? From 8b6a57166d06484b36c3419517826b2c376479c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Wed, 21 Sep 2022 17:17:44 +0200 Subject: [PATCH 2/3] Update pull_request_template.md --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 2e697a1..1b2b8cf 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -5,7 +5,7 @@ Fixes # ## PR checklist Please check if your PR fulfills the following requirements: -- [ ] Does this PR fix an existing issue or do you have well-explained what you changed in the PR description? +- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? From fb0687deeb8c02a322eedb855e38e2c62e1cc67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Wed, 21 Sep 2022 17:21:12 +0200 Subject: [PATCH 3/3] Change the question template --- pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 1b2b8cf..331db9a 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,8 +1,11 @@ # Pull Request -## What does this PR do? +## Related issue Fixes # +## What does this PR do? +- ... + ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?