mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 10:30:30 -06:00
update how to section
This commit is contained in:
@@ -16,33 +16,34 @@ import { useEffect } from "react";
|
||||
const HowTo = [
|
||||
{
|
||||
step: "1",
|
||||
header: "Pick an issue from the list below (or start with a side quest)",
|
||||
header: "Pick a 'FormTribe 🔥' issue in our repository and comment.",
|
||||
link: "https://formbricks.com/github",
|
||||
},
|
||||
{
|
||||
step: "2",
|
||||
header: "Comment on the issue to signal that you started working on it.",
|
||||
header: "Be the first to comment and get the issue assigned.",
|
||||
},
|
||||
{
|
||||
step: "3",
|
||||
header: "Join our Discord to ask questions and submit side quests.",
|
||||
link: "https://formbricks.com/discord",
|
||||
header: "You now have 24h to open a draft PR ⏲️",
|
||||
},
|
||||
{
|
||||
step: "4",
|
||||
header: "Code and open a PR with your contribution. ",
|
||||
header: "If your PR looks promising, we'll work with you to get it merged.",
|
||||
},
|
||||
{
|
||||
step: "5",
|
||||
header: "Get your PR merged and collect points.",
|
||||
header: "For every merged PR you collect points ✨",
|
||||
},
|
||||
{
|
||||
step: "6",
|
||||
header: "Tweet about your contribution and tag @formbricks",
|
||||
header: "Solve side quests to increase your chances on the MacBook 👀",
|
||||
link: "#prizes",
|
||||
},
|
||||
{
|
||||
step: "7",
|
||||
header: "Solve side quests to increase your chances on the MacBook 👀",
|
||||
link: "#prizes",
|
||||
header: "Join our Discord to ask questions (and submit side quests).",
|
||||
link: "https://formbricks.com/discord",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -628,7 +629,7 @@ export default function FormTribeHackathon() {
|
||||
href="https://github.com/formbricks/formbricks/issues"
|
||||
target="_blank"
|
||||
className="mx-auto mt-12 bg-gradient-to-br from-[#032E1E] via-[#032E1E] to-[#013C27] px-20 text-white ">
|
||||
View Issues on GitHub
|
||||
View FormTribe Issues on GitHub
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
@@ -669,7 +670,7 @@ export default function FormTribeHackathon() {
|
||||
href="https://formbricks.notion.site/FormTribe-Side-Quests-4ab3b294cfa04e94b77dfddd66378ea2?pvs=4"
|
||||
target="_blank"
|
||||
className="mt-6 bg-gradient-to-br from-[#032E1E] via-[#032E1E] to-[#013C27] text-white ">
|
||||
Copy Notion Template
|
||||
Keep track with Notion Template
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user