From c259ffeb0e1317a88044aa2fbb2c0157046430fa Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 22 May 2024 13:23:26 +0200 Subject: [PATCH] Include PR template in title to make it stand out (#2182) --- docs/review-process.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/review-process.md b/docs/review-process.md index 2098c74d..c57edfc6 100644 --- a/docs/review-process.md +++ b/docs/review-process.md @@ -82,9 +82,8 @@ the end-user getting your improvement faster. branch, and it makes it easier to delete the branch after the PR has been merged. -6. **Motivate your PR by adding a clear title & extensive description.** - When you open up a PR, you will be provided a PR template. Use the template, - fill out as many fields as possible, take your time to write a good, +6. **Follow the PR template and add a clear title & an extensive description.** + When you open up a PR, you will be provided with a PR template. Use the template and fill out as many fields as possible. Take your time to write a good, clear, and concise title, and add an extensive description of your change. Be sure to add a motivation (or use case) to your PR, so the reviewer can understand why you are making this change (or why you make certain decisions).