Basic FAQ

Frequently asked questions

What's included in the GitHub for Startups offer?

All GitHub for Startups companies receive up to 20 seats of GitHub Enterprise for free for year one...

Who is eligible to apply?

Startups who meet the following criteria are eligible to apply for the program:

  1. Automatic security and version updates
  2. GitHub Security Advisories
  3. Code and secret scanning
  4. Dependency review
  5. Automated authentication and identity management
<PrimerBrandFaq Heading="Frequently asked questions" HeadingAlign="BrandFaqHeadingAlign.Center">
    <PrimerBrandFaqAccordion Title="What's included in the GitHub for Startups offer?">
        <p>All GitHub for Startups companies receive up to 20 seats of GitHub Enterprise for free for year one...</p>
    </PrimerBrandFaqAccordion>

    <PrimerBrandFaqAccordion Title="Who is eligible to apply?">
        <p>Startups who meet the following criteria are eligible to apply for the program:</p>
        <PrimerBrandOrderedList Items="@(new() {
            "Automatic security and version updates",
            "GitHub Security Advisories",
            "Code and secret scanning",
            "Dependency review",
            "Automated authentication and identity management"
        })" ClassName="ml-3" />
    </PrimerBrandFaqAccordion>
</PrimerBrandFaq>

PrimerBrandFaq Options

Available parameters for the FAQ container

NameDescriptionDefault ValueCSS Class
Heading
Main heading text
null
FAQ__heading
HeadingAlign
Alignment of heading (Start or Center)
Start
FAQ__heading--center / --start
ChildContent
List of <PrimerBrandFaqAccordion> items
-
-

PrimerBrandFaqAccordion Options

Available parameters for individual FAQ items

NameDescriptionDefault ValueCSS Class
Title
Accordion summary / question text
""
Accordion__summary
ChildContent
Answer content shown on expand
-
Accordion__content