diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ec917acc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,92 @@ +> [!IMPORTANT] +> Thanks for your effort and interest 💛 in improving the project. It's very appreciated. + +## Description + + + +#### 🔗 Linked GitHub Issues + + + +Closes #\ + +#### 📋 What is the current behavior? + + + +#### 🚀 What is the new behavior? + + + +
+ +## Type of changes + +- [ ] 🪲 Bugfix (change which fixes an issue) +- [ ] ⭐ New Feature (change which adds functionality) +- [ ] ⭐ New Example (this PR adds a new example) +- [ ] 🔒 Security fix (change which improves security) +- [ ] 🔮 Code style update (formatting, renaming) +- [ ] 🔨 Refactoring (code optimization without functional change) +- [ ] 📚 Documentation (updates to README or docs) +- [ ] ⚙️ Build or CI related changes +- [ ] 🧿 Other type + +
+ +## Breaking changes 🔥 + + + +- [ ] Yes +- [ ] No + +
+ +## How and where was this tested? + +#### 🖥️ Describe where you tested your changes + +*System:* + +- [ ] Windows 11 (x64) +- [ ] Windows 10 (x64) +- [ ] Windows 10 (x86) +- [ ] Windows Server ...... + +*Context:* + +- [ ] .... +- [ ] with ... + +#### 🔬 Describe how you tested your changes + +- [ ] Manually tested in system and context shown above +- [ ] Ran automatic tests (unit tests, integration tests, etc.) +- [ ] Other ways + +
+ +## Checklist + +- [ ] I have read and understood the available contributing guidelines. +- [ ] I have ensured my code follows the available code conventions. +- [ ] I have reviewed my changes. +- [ ] I have made corresponding changes to the documentation (if applicable). +- [ ] I have added/updated necessary tests to cover the changes (if applicable). +- [ ] I have checked for potential security implications. + +
+ +## Additional context + + + +#### Screenshots + + + +#### Note to reviewers + +