From bfe6918681871ac5e7ebaea1407e672f1dd3ee8e Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Tue, 22 Oct 2024 16:36:05 -0400 Subject: [PATCH] chore: update pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2e069c7e6d..689b7d5060 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,23 @@ +- PR Title must follow conventional commits format. For example, `feat: my new feature`, `fix(plugin-seo): my fix`. +- Minimal description explained as if explained to someone not immediately familiar with the code. +- Provide before/after screenshots or code diffs if applicable. +- Link any related issues/discussions from GitHub or Discord. +- Add review comments if necessary to explain to the reviewer the logic behind a change + +### What? + +### Why? + +### How? + +Fixes # + +-->