mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-25 15:09:03 -05:00
fe4d6a8ce8
* Add option to create a new team --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
1.6 KiB
1.6 KiB
What does this PR do?
Fixes # (issue)
Type of change
- Bug fix (non-breaking change which fixes an issue)
- Chore (refactoring code, technical debt, workflow improvements)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change adds a new database migration
- This change requires a documentation update
How should this be tested?
- Test A
- Test B
Checklist
- Read the contributing guide
- 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 - Updated the Formbricks Docs if changes were necessary