Skip to content

CTOJoeN/GitHub-Administration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

GSA Standards

Each GSA user must

Each repository should:

Standards for making a private repo:

By default, projects in GitHub.com/GSA should be public. They should only be made private under certain circumstances.

  • A repository can be made private if it containts information that legally cannot be made public.

Workflows

Creating a GitHub account

  1. If you haven't created a GitHub account yet (https://github.com/), do so with your government email, which will assist with records retention.
  2. If you already have a GitHub account, simply add your goverment email to your existing account. Do not create a new account. You can also set up custom email routing through the Notifications Center. Make sure your commits are associated with your government email address.
  3. Update the Settings in your account to match the GSA Standards.
  4. Note that associating commits with an email address is different from setting notifications to go to one or another email address. You also have to change the official commit email address attached to each repo.
  5. If you’re using your work computer for personal projects on GitHub and want your personal email tied to those commits, you can set your GSA email as part of the global .gitconfig, then override on a repository level with your personal email. If you have both emails in your GitHub settings, though, they will both be tied to your GitHub account.
  6. Make sure you have notifications turned on and make sure your notifications are set up they way you'd like them.

Requesting access to the GSA organization

  1. Ensure that you have created a GitHub account that matches the standards above.
  2. If your group already has a team in the GSA organization, ask your point of contact to email 'gsa-github.support@gsa.gov' with your Github username and request that you be given access.
  3. If your group does not yet have a team in the GSA organization, email 'gsa-github.support@gsa.gov' to coordinate a team be created. You will need to list the usernames of any others who should be added.
  4. You will receive a notification when you've been given access.

Creating new public repositories

  1. At https://github.com/GSA, Click + New Repository.
  2. When choosing the repo's name, try to pick a simple and useful name
  3. Include a brief description of the project.
  4. Change the repo status to Public unless it does must be private.
  5. It is usually convenient to check the box to Initialize this repository with a README.
  6. You will usually not need to worry about adding a .gitignore.
  7. Please choose the type of license from the dropdown. For a description of the license types, see https://help.github.com/articles/licensing-a-repository
  8. Click Create Repository
  9. If prompted, choose the most appropriate team that you are a member of that should be given permission to the repo.

Creating new private repositories

...

The above directions are the same except that at step 4, you will choose Private instead of Public.

Managing teams

Organize Agency Users

  • Identify Team Leads
  • Plan and implement the application of the standards
  • Ensure everyone has guidance going forward

About

GSA's administration and implementation of github.com/gsa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors