Skip to content

Commit

Permalink
Merge branch 'robotpy:main' into add-AprilTagVision-example
Browse files Browse the repository at this point in the history
  • Loading branch information
Suave101 authored Jan 4, 2024
2 parents a235411 + 2fc2d24 commit f6fe188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ General:
* We always try to stay as close to the original examples as possible
* `Main.java` is never needed, it is equivalent to `wpilib.run(MyRobot)`
* `robot.py` should have `#!/usr/bin/env python3` as the very first line
* Note: Other files such as `vision.py` or `robotcontainer.py` should not start with `#!/usr/bin/env python3`
* Don't ever check in files for your IDE (.vscode, .idea, etc)
* Copy over the copyright statement from the original file

Expand Down

0 comments on commit f6fe188

Please sign in to comment.