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)