From e6aee36cf2e5b483f0052926ee9c66cb4ffe319e Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Fri, 8 Mar 2024 12:14:04 +0000 Subject: [PATCH] feat: add PR template to repo (#4) Co-authored-by: Bianca Lisle <40155621+blva@users.noreply.github.com> --- .github/CODEOWNERS | 2 ++ .github/pull_request_template.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..5447793c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Maintained by the APIx team +* @mongodb/apix-2 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..d8d61763 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +## Proposed changes + + + +_Jira ticket:_ CLOUDP-# + + + +Closes #[issue number] + +## Checklist + + + +- [ ] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement) +- [ ] I have added tests that prove my fix is effective or that my feature works + +## Further comments + +