X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2FPULL_REQUEST_TEMPLATE.md;fp=.github%2FPULL_REQUEST_TEMPLATE.md;h=517d318b1e28a67f75a9b68425c408b3d853a527;hb=a4879b53759ac8db1405351103c7a4a8a700a768;hp=0000000000000000000000000000000000000000;hpb=34e299876920cdd3eb84e0ac62707ed7d089eca5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..517d318b1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,53 @@ +## Description + + +## Related issues + + + + +## Type of change + +- [ ] ♻️ Refactor discussed in # +- [ ] ✨ Feature as discussed in # +- [ ] 🐛 Bug Fix +- [ ] 👷 Optimization/Maintenance +- [ ] 📝 Documentation Update +- [ ] 🔖 Release +- [ ] 🚩 Other + +## Has this been tested? + +- [ ] 👍 yes, I added tests to the test suite +- [ ] 👍 yes, light tests as follows are enough +- [ ] 💭 no, because this PR is a draft and still needs work +- [ ] 🙅 no, because they aren't needed +- [ ] 🙋 no, because I need help + + + +**Self-test configuration**: +* NodeJS version: +* Viewport sizes: +* Browser name/version: + +## Screenshots + + +## Checklist: + + + +- [ ] I have read the [CONTRIBUTING](./.github/CONTRIBUTING.md) documentation. +- [ ] I didn't make the linter cry +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made changes to the documentation as needed +- [ ] I have made changes to the OpenAPI spec as needed +- [ ] To the best of my knowledge, my changes introduce no known security vulnerability +- [ ] I have corrected any misspellings in my code/comments