Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 1.6 KB

Contributing to Project Open Source

By contributing to this project, you dedicate your work to the public domain and relinquish any copyright claims under the terms of the CC0 Public Domain Dedication. See the license file for additional information.

How to Contribute

This project constitutes a collaborative work ("open source"). Federal employees and members of the public are encouraged to improve the project by contributing.

Contributions can be made, primarily in two ways:

Easy

  1. Click the "Edit this Page" button in the top right corner of any page.
  2. Make changes as you would normally.
  3. Click "Submit".
  4. Your change(s) should appear once approved.

Note: You may need to create a free GitHub account if you do not already have one

Advanced

  1. Configure git by using this basic tutorial or by downloading the GitHub for Mac (or GitHub for Windows) and optionally Mou.
  2. Fork the project
  3. Make changes as you would normally using the tools installed in step #1.
  4. Push the changes back to your fork
  5. Submitting a pull request to this repository
  6. Your change(s) should appear once approved.

Team Processes

  • Pull requests are required for all commits, even typos.
  • Don't merge your own pull request. Sure, there's no code here but we should maintain this best practice until we find a compelling reason not to.