From 7ce4e587559966038262058951ff19a14121b3db Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 3 Oct 2023 15:40:14 +0545 Subject: [PATCH] tweak wording --- .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 c3667c6624..fa0d33dbca 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,7 +34,7 @@ Fixes # (issue) ### Required - [ ] Filled out the "How to test" section in this PR -- [ ] Read [How we Code at Formbricks]([https://github.com/formbricks/formbricks/blob/main/CONTRIBUTING.md](https://formbricks.com/docs/contributing/how-we-code)) +- [ ] 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` @@ -43,8 +43,7 @@ Fixes # (issue) - [ ] Merged the latest changes from main onto my branch with `git pull origin main` - [ ] My changes don't cause any responsiveness issues -### Optional +### Appreciated -- [ ] Added a screen recording or screenshots to this PR if a UI change was made +- [ ] If a UI change was made: Added a screen recording or screenshots to this PR - [ ] Updated the Formbricks Docs if changes were necessary -