This repository contains the source code for the Square microsite.
To contribute to this repository, you need access to the Square GitHub organization. Here's how to get access:
You need to find someone who currently has access to the Square GitHub organization to invite you.
- Go to go/oktaaccess
 - Add the Square GitHub organization to your access
 
- Visit the GitHub Organizations page
 - Accept the invitation to the Square organization
 
Once you have access, you'll need to configure your authentication:
- Create a personal access token with appropriate permissions
 - Configure git to use the token for authentication
 
- Ensure your SSH key is authorized for the Square organization
 - The organization uses SAML SSO, so you may need to authorize your SSH key for the organization
 
If you encounter permission issues:
- Make sure you've completed all the steps above
 - Check that your SSH key is authorized for the Square organization's SAML SSO
 - Verify you have the correct access rights to the repository
 
- Create a new branch for your changes
 - Make your changes
 - Push the branch to the repository
 - Create a pull request to merge your changes