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 # + +-->