chore: add cla to PR template & /cla (#1351)

This commit is contained in:
Johannes
2023-10-20 14:52:32 +02:00
committed by GitHub
parent a7072580d3
commit 37e83cbb81
2 changed files with 7 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ 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
- [ ] First PR at Formbricks? [Please sign the CLA!](https://formbricks.com/clmyhzfrymr4ko00hycsg1tvx) Without it we wont be able to merge it 🙏
### Appreciated

View File

@@ -145,6 +145,12 @@ const nextConfig = {
destination: "https://app.formbricks.com/s/clhys1p9r001cpr0hu65rwh17",
permanent: true,
},
{
source: "/cla",
destination: "https://formbricks.com/clmyhzfrymr4ko00hycsg1tvx",
permanent: true,
},
];
},
async rewrites() {