import { Divider, Flex, Heading, Text, Badge, Card, View, Link } from '@aws-amplify/ui-react'; import { MdOutlineBadge, MdLabelOutline, MdCelebration, MdPageview } from 'react-icons/md'; import { FiExternalLink, FiGithub, FiCheck, FiGitPullRequest } from 'react-icons/fi'; export default function HowItWorks() { return ( Making a Contribution How it works The Amplify Contributor Program is open to everyone in the Amplify community! In the following steps, we describe what to expect when contributing: {' '} The Amplify team labels issues using{' '} good first issue for contributors. {' '} You open a pull request that contains commits you made yourself. {' '} The Amplify team reviews your pull request. {' '} If everything looks good, the Amplify team approves the pull request. (At this time, only accepted pull requests count toward earning badges.) {' '} If this is your first approved pull request, the Amplify team designates you as a Contributor in the{' '} Amplify Community Discord server . {' '} You collect an{' '} Amplify badge {' '} for your first contribution or make progress toward the Intermediate and Advanced badges! ); }