From 37e83cbb81865f9f138121bf9dba04d7d3058a66 Mon Sep 17 00:00:00 2001 From: Johannes <72809645+jobenjada@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:52:32 +0200 Subject: [PATCH] chore: add cla to PR template & /cla (#1351) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + apps/formbricks-com/next.config.mjs | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fa0d33dbca..2e2c67543c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 diff --git a/apps/formbricks-com/next.config.mjs b/apps/formbricks-com/next.config.mjs index d4da8979c4..80bfae9d00 100644 --- a/apps/formbricks-com/next.config.mjs +++ b/apps/formbricks-com/next.config.mjs @@ -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() {