Home - CenterStage-23-24/CenterStage GitHub Wiki
Welcome to the CenterStage wiki!
Why do we use a GitHub repository? Maybe you don't know this, but GitHub is useful because it stores all the code you write on your local computer on the cloud. This makes it safely stored, and easier to share when working on a team. GitHub is made to handle projects that use Git, which is a version control System. Git is what allows you to save versions, merge changes, and collaborate. GitHub helps you see this with an interface.
Read through the wiki pages to get an idea of how to use the Juniper GitHub repository and some conventions followed by the team. Main topics that are covered:
- General development environment setup
- Understanding the FTC SDK + Coding conventions
- Workflow
- Branching strategy + Releases
- Deployment
- Learning Resources
Navigating the Wiki: You can navigate the sections of this Wiki by using the sidebar located on the right-hand side of this web page (see example screenshot below). Click on a section heading to navigate to the topic.
Please read through this before making any changes to the code!!