/frc2019

Primary LanguageC++

frc2019

Space Cookies Programming Guidelines

Space Cookies code for FRC 2019 season, DEEP SPACE

Committing Guidlines

Follow these guidelines for clarity and quality control.

Checklist:

  • Are you only checking in the files you changed? Make sure to use vimdiff between your code and the code in the repo.
  • Does the code compile?
  • Have you added descriptive and concise comments to your code?
  • Does the code comply with out conventions?
  • Has a leader OR a mentor checked your code?
  • Have you written a commit message with the following details?:
    • The changes made
    • Whether it is tested or still needs testing
    • Names of collaborators and checkers