From 9c83abb6803122f1e181efe05480838b2db0b2db Mon Sep 17 00:00:00 2001 From: Rotimi Best Date: Tue, 3 Oct 2023 09:43:05 +0100 Subject: [PATCH] docs: improve pull request template with latest info --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bcc25bd390..d1ff3f1d4a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,9 +31,10 @@ Fixes # (issue) -- [ ] Added a screen recording or screenshots to this PR -- [ ] Filled out the "How to test" section in this PR -- [ ] Read the [contributing guide](https://github.com/formbricks/formbricks/blob/main/CONTRIBUTING.md) +### Required + +- [ ] Filled out the "How to test" section in this PR if a UI change was made +- [ ] Read [How we Code at Formbricks]([https://github.com/formbricks/formbricks/blob/main/CONTRIBUTING.md](https://formbricks.com/docs/contributing/how-we-code)) - [ ] Self-reviewed my own code - [ ] Commented on my code in hard-to-understand bits - [ ] Ran `pnpm build` @@ -41,4 +42,9 @@ Fixes # (issue) - [ ] Removed all `console.logs` - [ ] Merged the latest changes from main onto my branch with `git pull origin main` - [ ] My changes don't cause any responsiveness issues + +### Not Required + +- [ ] Added a screen recording or screenshots to this PR - [ ] Updated the Formbricks Docs if changes were necessary +