docs: improve pull request template with latest info

This commit is contained in:
Rotimi Best
2023-10-03 09:43:05 +01:00
committed by GitHub
parent 20ec6781e1
commit 9c83abb680

View File

@@ -31,9 +31,10 @@ Fixes # (issue)
<!-- We're starting to get more and more contributions. Please help us making this efficient for all of us and go through this checklist. Please tick off what you did -->
- [ ] 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