Skip to content

Commit 2fe749a

Browse files
authored
Update CONTRIBUTING.md
1 parent c6d0540 commit 2fe749a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ General:
2727
* We always try to stay as close to the original examples as possible
2828
* `Main.java` is never needed, it is equivalent to `wpilib.run(MyRobot)`
2929
* `robot.py` should have `#!/usr/bin/env python3` as the very first line
30+
* Note: Other files such as `vision.py` or `robotcontainer.py` should not start with `#!/usr/bin/env python3`
3031
* Don't ever check in files for your IDE (.vscode, .idea, etc)
3132
* Copy over the copyright statement from the original file
3233

0 commit comments

Comments
 (0)