From 954df447af4ec161ceaf7af171242e6284e6f707 Mon Sep 17 00:00:00 2001 From: Kieran Ryan Date: Mon, 18 Mar 2024 15:30:54 +0000 Subject: [PATCH] Pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..364d79b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,41 @@ +### 🤔 What's changed? + + + +### ⚡️ What's your motivation? + + + +### 🏷️ What kind of change is this? + + + +- :bank: Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour) +- :bug: Bug fix (non-breaking change which fixes a defect) +- :zap: New feature (non-breaking change which adds new behaviour) +- :boom: Breaking change (incompatible changes to the API) + +### ♻️ Anything particular you want feedback on? + + + +### 📋 Checklist + + + +- [ ] I've changed the behaviour of the code + - [ ] I have added/updated tests to cover my changes. +- [ ] My change requires a change to the documentation. + - [ ] I have updated the documentation accordingly. +- [ ] Users should know about my change + - [ ] I have added an entry to the "Unreleased" section of the [**CHANGELOG**](../blob/main/CHANGELOG.md), linking to this pull request.