From d8da504a7b1865aa18bf805957be1a199bfca1e8 Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 8 Nov 2024 22:01:12 +0100 Subject: [PATCH] docs(github): add pull_request_template.md --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/pull_request_template.md 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