Create pull_request_template.md

This commit is contained in:
Mathijs Bakker
2025-09-06 14:31:30 +02:00
committed by GitHub
parent 138f5c057d
commit c11bf7708c

20
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,20 @@
<!-- .github/pull_request_template.md -->
## 📝 Summary
<!-- Provide a short description of the changes -->
## 🔍 Details
<!-- Explain what this PR changes, why it's needed, and any relevant context -->
## ✅ Checklist
- [ ] Tested in **Godot version**: ___
- [ ] Tested in **Neovim version**: ___
- [ ] Tested on **OS / Terminal app**: ___
- [ ] Code follows plugin style guidelines
- [ ] Documentation updated (if needed)
## 📷 Screenshots (if applicable)
<!-- Add before/after screenshots or recordings if this PR affects user experience -->
## 🧩 Related Issues
<!-- Link to related issues, e.g. Fixes #123 -->