oidc-forward-auth/.github/PULL_REQUEST_TEMPLATE.md
2021-10-20 16:01:48 +02:00

19 lines
670 B
Markdown

## Describe your Pull Request
A clear and concise description of what the Pull Request is about.
Fixes # (issue)
Please select relevant options:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have checked my code and corrected any misspellings
Reviewer: @stiviik