From 374ad60c25925acf2f8ce4b855ee793f87b250ac Mon Sep 17 00:00:00 2001 From: Esteban Baron Date: Mon, 30 Oct 2023 14:49:51 +0100 Subject: [PATCH] feat: add pull request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arsène FOUGEROUSE Signed-off-by: Esteban Baron --- .../pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..d4d5530 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,19 @@ +## Description + +_Describe your changes in detail here_ + +Resolves #_Add the issue number that is fixed by this PR (In the form Fixes #12)_ + +## DOD + +Check if your PR fulfills the following [requirements](../../CONTRIBUTING.md). + +- [ ] My commits are clean (squashed, rebased and followed our defined conventions). +- [ ] I have rebase my branch with the latest main branch. +- [ ] I have tested my feature and written associated unit tests. +- [ ] Ensure the CI/CD is passing. +- [ ] I have updated the documentation accordingly. + +### When I'm done + +When you're ready to merge your PR, remove the `Draft` mode and designate a [faast-rt](https://github.com/orgs/faast-rt/people) member as reviewer.