We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d0540 commit 2fe749aCopy full SHA for 2fe749a
CONTRIBUTING.md
@@ -27,6 +27,7 @@ General:
27
* We always try to stay as close to the original examples as possible
28
* `Main.java` is never needed, it is equivalent to `wpilib.run(MyRobot)`
29
* `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`
31
* Don't ever check in files for your IDE (.vscode, .idea, etc)
32
* Copy over the copyright statement from the original file
33
0 commit comments