Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3f06b53
moved everything around and have copy of old source because I forgot …
foxcub99 Jul 23, 2025
90e62eb
removed old
foxcub99 Jul 23, 2025
8495566
forgot to pull, thi supdates changes
foxcub99 Jul 23, 2025
9e42bc2
added build shortcut
foxcub99 Jul 23, 2025
7c661e3
added 2024 team photos and stubbed 2025
foxcub99 Jul 23, 2025
5d314a4
renaming and 2024 photos
foxcub99 Jul 23, 2025
2a35dbd
reformatted failed dot points to table
foxcub99 Jul 23, 2025
7143155
happy with this restructure
foxcub99 Jul 23, 2025
c593a82
more shuffling
foxcub99 Jul 23, 2025
77c20ef
updated intro and started working on pc setup
foxcub99 Jul 24, 2025
756ede1
added a work in progress page
foxcub99 Jul 24, 2025
585a46e
mostly motion updates
foxcub99 Jul 24, 2025
de4815a
updated tooling, mostly removed stuff
foxcub99 Jul 24, 2025
69bfdba
changed up some building instructions
foxcub99 Jul 24, 2025
5aad964
changing max depth of indexes to be more readable
foxcub99 Jul 24, 2025
95b3cd3
moved nao setup
foxcub99 Jul 24, 2025
bd7a598
shuffling everything around because there's duplicate stuff and also …
foxcub99 Jul 24, 2025
67c4200
moved some more things and renamed some things
foxcub99 Jul 24, 2025
0bd5610
added more contributing info
foxcub99 Jul 24, 2025
5afd23d
moved tools to different section
foxcub99 Jul 24, 2025
8dafc7e
removed debugging
foxcub99 Jul 24, 2025
a88af30
restructured nao setup and hopefully updated it
foxcub99 Jul 24, 2025
15a6c5c
updated button presses
foxcub99 Jul 24, 2025
10c48f6
updated running runswift
foxcub99 Jul 26, 2025
67b84ab
index reordering
foxcub99 Jul 26, 2025
764cd8d
fixed some warnings
foxcub99 Jul 26, 2025
0d3de56
rolled back a warning fix that didn't actually fix the warning
foxcub99 Jul 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
shuffling everything around because there's duplicate stuff and also …
…deleting stuff that's redundant now
  • Loading branch information
foxcub99 committed Jul 24, 2025
commit bd7a59839407483857a449948a5a0cda4aa65a58
22 changes: 22 additions & 0 deletions source/getting_started/setup_and_workspace/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.. _contributing:


############
Contributing
############

1. Follow the setup instructions
2. Add SSH key to github
3. read other instructions?

*********************
Add SSH key to GitHub
*********************

#. Generating SSH key
#. Open Terminal (Ctrl+Alt+T)
#. Run :code:`ssh-keygen -t ed25519 -C "your_email@example.com"`
#. Hit enter three times
#. Add SSH key to GitHub by following `GitHub Instructions <https://help.github.com/en/enterprise/2.15/user/articles/adding-a-new-ssh-key-to-your-github-account>`_

some other contributing key info?

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion source/getting_started/setup_and_workspace/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Setup and Workspace
.. toctree::

pc_setup
contributing
working_remotely
contributing/index
debugging/index
Loading