You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,8 @@ Have you ever spent hours looking for how to configure a SparkMax motor controll
29
29
30
30
To get the best experience with AI coding assistants (like GitHub Copilot or Cursor), add the `copilot-instructions.md` file to your FRC project. This tells the AI to always search the documentation before answering FRC questions.
31
31
32
-
1. Copy the `copilot-instructions.md` file from this repository
33
-
2. Paste it into the root folder of your FRC robot project
34
-
3. The AI assistant will automatically use it to provide better, documentation-backed answers!
32
+
1. Copy the `copilot-instructions.md` file from this repository to .github directory if it does not already exist in your repo
33
+
2. The AI assistant will automatically use it to provide better, documentation-backed answers!
35
34
36
35
That's it! Now you can ask questions about FRC documentation right in VS Code, and your AI assistant will automatically search the docs for accurate answers.
37
36
@@ -97,4 +96,4 @@ If you want to contribute to this project or add support for new documentation s
97
96
98
97
## License
99
98
100
-
This project is open source and free to use. See the LICENSE file for details.
99
+
This project is open source and free to use. See the LICENSE file for details.
0 commit comments