From 2fe749a1a8392982457e05e4057a6176da7d6b4f Mon Sep 17 00:00:00 2001 From: Alexander Doyle <57422635+Suave101@users.noreply.github.com> Date: Wed, 3 Jan 2024 23:17:05 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 351c6f15..661cc797 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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