]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/PULL_REQUEST_TEMPLATE.md
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / .github / PULL_REQUEST_TEMPLATE.md
index a49db848fd3e5583e8532b153fccc32375110e4c..abc25477f0971c0b816052eb4725204a44a01cc4 100644 (file)
@@ -6,24 +6,16 @@
 
 <!-- If suggesting a new feature or change, please discuss it in an issue first -->
 <!-- If fixing a bug, there should be an issue describing it with steps to reproduce -->
-<!-- start with closing keywords if any apply: https://docs.github.com/en/enterprise/2.16/user/github/managing-your-work-on-github/closing-issues-using-keywords -->
 
 ## Has this been tested?
 
-<!--- Put an `x` in the box that applies: -->
+<!-- Put an `x` in the box that applies: -->
+<!-- Check the unit test guide: https://docs.joinpeertube.org/contribute-getting-started?id=unit-tests -->
+
 - [ ] 👍 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
-
-<!--
-If you didn't test via unit-testing, you will still be asked to prove your fix is effective, doesn't have side-effects, or that your feature simply works:
-
-Please describe the tests that you ran to verify your changes.
-Provide instructions so we can reproduce.
-Please also list any relevant details for your test configuration(s):
--->
+- [ ] 🙅 no, because this PR does not update server code
+- [ ] 🙋 no, because I need help <!-- Detail how we can help you -->
 
 ## Screenshots