mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
41 lines
1.8 KiB
Markdown
41 lines
1.8 KiB
Markdown
<!-- We require pull request titles to follow the Conventional Commits specification ( https://www.conventionalcommits.org/en/v1.0.0/#summary ). Please make sure your title follow these conventions -->
|
|
|
|
## What does this PR do?
|
|
|
|
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
|
|
|
|
Fixes #(issue)
|
|
|
|
<!-- Please provide a screenshots or a loom video for visual changes to speed up reviews
|
|
Loom Video: https://www.loom.com/
|
|
-->
|
|
|
|
## How should this be tested?
|
|
|
|
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->
|
|
|
|
- Test A
|
|
- Test B
|
|
|
|
## Checklist
|
|
|
|
<!-- 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 -->
|
|
|
|
### 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)>)
|
|
- [ ] Self-reviewed my own code
|
|
- [ ] Commented on my code in hard-to-understand bits
|
|
- [ ] Ran `pnpm build`
|
|
- [ ] Checked for warnings, there are none
|
|
- [ ] 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
|
|
- [ ] First PR at Formbricks? [Please sign the CLA!](https://cla-assistant.io/formbricks/formbricks) Without it we wont be able to merge it 🙏
|
|
|
|
### Appreciated
|
|
|
|
- [ ] If a UI change was made: Added a screen recording or screenshots to this PR
|
|
- [ ] Updated the Formbricks Docs if changes were necessary
|