WPI-HPRC / payload-2024

0 stars 0 forks source link

03-WindLeft #4

Open kalxed opened 3 weeks ago

kalxed commented 3 weeks ago

WindLeft

For this issue, follow this general process:

  1. Move this task into "In-Progress" once you have begun work on it
  2. Clone the payload-2024 repository locally to your computer, and make a second copy if you would like to easily compare branches.
  3. Checkout the "TestLaunch1" branch
  4. Create a new branch with the naming scheme "<State Name (with number if applicable)>-LIFT", ex. 00-PreLaunch-LIFT
  5. Make sure to check out this branch, immediately rename your state to include a number if applicable, this will mirror how the states are named in the "IREC-Dev" branch which you will be comparing with afterwards
  6. If you don't already have a second clone of the repository, clone it a second time and checkout the "IREC-Dev" branch
  7. Examine the code between the TestLaunch1 branch and the IREC-Dev branch, if there are differences in functionality either note these down to bring to the meeting or change the code while checked out in your branch and commit your changes to the branch and push to the remote.
  8. Your goal is to ensure that the code within your assigned state is mostly similar to the code that existed at the end of the last year. Ensure your code builds before you push it to remote, if it doesn't note that in your commit message

If you have trouble with any of these steps reach out through slack for support.

paigeemorgan commented 2 weeks ago

Marking this as "In Progress"