Update feature_request.md (#450)

added "How we code"
This commit is contained in:
Johannes
2023-06-29 09:33:06 -05:00
committed by GitHub
parent 06817aa8bc
commit 5dc9dfdb3d

View File

@@ -17,3 +17,9 @@ A clear and concise description of any alternative solutions or features you've
**Additional context**
Add any other context or screenshots about the feature request here.
### How we code at Formbricks 🤓
- Everything is type-safe
- All UI components are in the package `formbricks/ui`
- Run `pnpm dev` to find a demo app to test in-app surveys at `localhost:3002`
- We use **chatGPT** to help refactor code. Use our [Formbricks ✨ megaprompt ✨](https://github.com/formbricks/formbricks/blob/main/megaprompt.md) to create the right context before you write your prompt.