diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c776f5c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ + + +# Description + + +## Related issues/external references + + +## Types of changes + +- 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 change)_ +- Documentation improvement +- Style _(Change that do not affect the functionality of the code)_ +- CI/CD _(Changes to the CI/CD configuration)_ \ No newline at end of file