From 6aa83102e4cb48c7ffcfbb10400b3e4ff2332e72 Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Mon, 5 Jun 2023 15:30:04 +0530 Subject: [PATCH] Add stricter self-review guideline (#9327) Co-authored-by: Bailey Pumfleet --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e07890b8fe..3a92229cc7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,8 +8,6 @@ Fixes # (issue) Loom Video: https://www.loom.com/ --> -**Environment**: Staging(main branch) / Production - ## Type of change @@ -27,13 +25,14 @@ Fixes # (issue) - [ ] Test A - [ ] Test B +## Mandatory Tasks +- [ ] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected. + ## Checklist - - I haven't read the [contributing guide](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md) - My code doesn't follow the style guidelines of this project -- I haven't performed a self-review of my own code and corrected any misspellings - I haven't commented my code, particularly in hard-to-understand areas - I haven't checked if my PR needs changes to the documentation - I haven't checked if my changes generate no new warnings