From aad15b3edcfb8a54a018f7ab7efd23b8b240bd4d Mon Sep 17 00:00:00 2001 From: koliveira15 Date: Thu, 21 Mar 2024 22:16:14 -0400 Subject: [PATCH] docs: pr template --- .github/PULL_REQUEST_TEMPLATE.md | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 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..ecffda5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ +## PR Checklist + +Please check if your PR fulfills the following requirements: + +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + +## PR Type + +What kind of change does this PR introduce? + + + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, local variables) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Configuration related changes +- [ ] CI related changes +- [ ] Documentation content changes +- [ ] Other... Please describe: + +## Which package are you modifying? + +- [ ] @koliveira15/nx-sonarqube +- [ ] docs-site + +## What is the current behavior? + + + +Closes # + +## What is the new behavior? + +## Does this PR introduce a breaking change? + +- [ ] Yes +- [ ] No + + + +## Other information