From a3e4fc0478b09e5310923a3633ac346886443f44 Mon Sep 17 00:00:00 2001 From: Kasia Wasiluk-Maksymiuk <141230116+hamster-bay@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:28:26 +0100 Subject: [PATCH] [DXP-1227] Add pull_request_template.md --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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..b56b6d2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +## 📋 Type of the Changes + +- [ ] Breaking change +- [ ] Non-breaking change +- [ ] Bug fix / minor change + +## 🛠 Changes being made + +* ... +* ... + +## ✅ Checklist + +- [ ] My code follows the [code standards](https://github.com/streamx-dev/streamx/blob/main/CONTRIBUTING.md) of this project +- [ ] Changed code is covered with unit tests +- [ ] I have updated READMEs and java docs (if applicable)