-
Notifications
You must be signed in to change notification settings - Fork 287
Add Commands v3 documentation outline (Phase 2) #3166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2027
Are you sure you want to change the base?
Changes from 1 commit
4117fc9
99e9d0f
d7aa645
d8d0e49
4cd3348
6acc0fa
b835dce
037e401
0e8a9b3
9515da5
116d020
50b4dbd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "permissions": { | ||
| "allow": [ | ||
| "Bash(gh pr view:*)", | ||
| "Bash(gh api:*)", | ||
| "Bash(git fetch:*)", | ||
| "Bash(git checkout:*)", | ||
| "Bash(cat:*)", | ||
| "Bash(git add:*)", | ||
| "Bash(git commit:*)" | ||
| ], | ||
| "deny": [], | ||
| "ask": [] | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ | |
| ## Prerequisites | ||
|
|
||
| .. todo:: | ||
| - Java 21+ requirement (for Continuation API support) | ||
| - WPILib 2027+ installation | ||
| - Basic Java knowledge (variables, methods, loops) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is coroutine knowledge necessary?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. helpful but I don't think it is required. Maybe depends on at what level we call coroutine knowledge. @SamCarlberg ? |
||
| - No prior command-based experience required (but helpful) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file shouldn't be commited