Add base pull request template

This commit is contained in:
Luca Bosin
2024-07-28 14:41:24 +02:00
parent 4498b85244
commit c7310b9bcc

21
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,21 @@
<!--
Thank you for contributing to the project! To help you format your pull request, we've created
three templates:
- Bug Fix: If you're fixing a bug, use the "Bug Fix" template.
- Enhancement: If you're enhancing an existing feature, use the "Enhancement" template.
- New Feature: If you're adding a new feature, use the "New Feature" template.
To use a template, replace the content of the pull request description with the template content
or use the links below. You need to replace the `oidc` and `your-branch` placeholders before
clicking the link.
Bug Fix:
https://github.com/heviat/Mailu-OIDC/compare/oidc...your-branch?quick_pull=1&template=bug_fix.md
Enhancement:
https://github.com/heviat/Mailu-OIDC/compare/oidc...your-branch?quick_pull=1&template=enhancement.md
New Feature:
https://github.com/heviat/Mailu-OIDC/compare/oidc...your-branch?quick_pull=1&template=new_feature.md
-->