From 4e17546dbb9628ed6c331f18f1230cb624891b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Nunes?= Date: Fri, 12 Jul 2024 20:59:15 +0800 Subject: [PATCH] chore: improve PR template (#3767) chore: improve PR template --- .github/pull_request_template.md | 37 ++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e12322d89..4362e98b4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,28 +1,37 @@ -PR Checklist +## PR Checklist - [ ] - Commit [messages are descriptive](https://github.com/ONEARMY/community-platform/blob/master/CONTRIBUTING.md#--commit-style-guide), it will be used in our [Release Notes](https://github.com/ONEARMY/community-platform/releases/) +- [ ] - Unit and e2e tests for the changes that have been added (for bug fixes / features) -PR Type +## PR Type -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) -- [ ] Developer experience (improves developer workflows for contributing to the project) +What kind of change does this PR introduce? -## Description +- [ ] Bugfix (fixes an issue) +- [ ] Feature (adds functionality) +- [ ] Code style update +- [ ] Refactoring (no functional changes) +- [ ] Build related changes +- [ ] CI related changes +- [ ] Documentation changes +- [ ] Other... Please describe: -_What this PR does_ +## What is the current behavior? + +## What is the new behavior? + +_Describe the new behaviour_ +_If useful, provide screenshot or capture to highlight main changes_ + +## Does this PR introduce a breaking change? + +- [ ] Yes +- [ ] No ## Git Issues Closes # -## Screenshots/Videos - -_If useful, provide screenshot or capture to highlight main changes_ - ---- - ## What happens next? Thanks for the contribution! We try to make sure all PRs are reviewed ahead of our monthly maintainers call (first Monday of the month)