diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..6cb3021 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,34 @@ + + + +### ❓ Type of change + + + +- [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) +- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) +- [ ] 👌 Enhancement (improving an existing functionality like performance) +- [ ] ✨ New feature (a non-breaking change that adds functionality) +- [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries) +- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change) + +### 📚 Description, Motivation and Context + + + + + +### 🧪 How Has This Been Tested? + + + + + +### 📝 Checklist + + + + + +- [ ] I have linked an issue or discussion. +- [ ] I have updated the documentation accordingly.