Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Krzysztof Krysiński 2025-03-18 09:02:12 +01:00 committed by GitHub
parent 0e1f38a976
commit 653fb0a40b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,12 @@
## Pull Requests ## Clearly describe changes, as detailed as possible
Pull request rules: _Include the link to the related issues if relevant_
1. Clearly describe changes, as detailed as possible ## If possible, show examples of usage
2. If possible, show examples of usage
3. Ensure any install or build dependencies are removed before the end of the layer when doing a build. _a video, screenshots, text description_
4. Make sure all tests are passing.
## SELECT BELOW TO CONTINUE
- [ ] I wrote tests for my changes (if possible)
- [ ] I've included XML docs inside the code in relevant places
- [ ] I agree to [PixiEditor's Code of Conduct](https://github.com/PixiEditor/PixiEditor/blob/master/CODE_OF_CONDUCT.md)