From 11752c00724c4d9a9eb6fe8ea579e624bdacc02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 13 Sep 2022 10:53:52 +0200 Subject: [PATCH] chore: add a PR template (#1007) --- .github/PULL_REQUEST_TEMPLATE.md | 145 +++++++++++++++++++++++++++++++ 1 file changed, 145 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 0000000000..9f23a53740 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,145 @@ +### Related issues + + + +### Description + + + +### Motivation & Context + + + +### Types of change + + + + +- Bug fix (non-breaking which fixes an issues) +- New feature (non-breaking change which adds functionality) +- Refactoring (non-breaking change) +- Breaking change (fix or feature that would change existing functionality) + +### Live previews + + + +* https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/ + +### Checklist + + + + +- [ ] I have read the [contributing guidelines](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/main/.github/CONTRIBUTING.md) +- [ ] My code follows the code style of the project _(using `npm run lint`)_ +- [ ] My change introduces changes to the documentation +- [ ] I have updated the documentation accordingly +- [ ] I have added tests to cover my changes +- [ ] All new and existing tests passed + + + + + + + + + + + + + +