fix typo in PR template (#309)

This commit is contained in:
Matti Nannt
2023-05-26 09:55:24 +02:00
committed by GitHub
parent 8e98003ea2
commit e7a0821901
+2 -2
View File
@@ -33,8 +33,8 @@ Fixes # (issue)
- [ ] I have read the [contributing guide](https://github.com/formbricks/formbricks/blob/main/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code and corrected any misspellings
- [ ] I have added comments to my code, particularly in hard-to-understand bits
- [ ] I ran `pnpm build` and `pnpm lint` to prevent build and linting errors
- [ ] My contribitiom does not cause any warnings
- [ ] I ran `pnpm build` and `pnpm lint` and checked for build and linting errors
- [ ] My contribution does not cause any warnings
- [ ] I have removed all `console.logs`
- [ ] I have merged the latest changes from main onto my branch with `git pull origin main`
- [ ] My contribution causes changes to the Formbricks Docs