Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 2.11 KB

Contributing to TACC Technical Documentation

All contributions should be made via a GitHub pull request. The pull requests will be reviewed by TACC's User Services staff, and if approved, incorporated into our documentation.

Step by Step

  1. Fork this repository.
  2. Edit relevant files that need update. Upload images as necessary.
  3. Commit your changes, writing clear commit messages.
  4. Test your changes if comfortable using a command prompt.
  5. Request a review. This creates a "Pull Request".

Style Guide

Writing Commit Messages

Always write a clear log message for your commits. One-line messages are fine for small/typo changes, but more involved edits should include:

A brief summary of the commit A not-so-brief description of what changed and its impact.

Important Resources