pull_request_template.md
July 21, 2026 ยท View on GitHub
Thank you for contributing to ProtonPlus! Please complete the relevant sections below.
Category
- Bugfix
- Feature
- Code style update
- Refactoring
- Build related changes
- Documentation
- Translation
- Other (Please specify!)
Overview
Briefly outline your changes and the motivation behind them.
Issue Number
Related issue: #00
New Variables or Dependencies
List any new build scripts, environment variables, configuration options, or dependencies.
How to Test
Please describe how you tested your changes and how the reviewer can verify them.
Screenshots (if applicable)
If you've introduced any significant UI changes, please include a screenshot or a GIF.
Checklist
- My code follows the project's style guide.
- I have tested my changes and verified that they work as expected.
- I have updated the documentation accordingly (if applicable).
- I have updated the translations by running
./scripts/build.sh translations(if applicable). - I have checked for existing pull requests that cover these changes.