https://github.com/choate-robotics/programming-sops
Files for a website where we put the collective knowledge of the programming team.
https://github.com/choate-robotics/programming-sops
Last synced: 2 months ago
JSON representation
Files for a website where we put the collective knowledge of the programming team.
- Host: GitHub
- URL: https://github.com/choate-robotics/programming-sops
- Owner: Choate-Robotics
- Created: 2023-06-27T01:07:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T15:11:01.000Z (3 months ago)
- Last Synced: 2025-02-10T16:22:37.322Z (3 months ago)
- Homepage:
- Size: 15.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Programming Standard Operating Procedures (SOPs)](https://choate-robotics.github.io/Programming-SOPs/index.html)
This is a collection of documents to be used as a reference for current and future programmers on Team 7407.
## Getting Started
### Clone the repo
```
git clone [email protected]:Choate-Robotics/Programming-SOPs.git
```### Install Python Packages
```
pip install -r docs/requirements.txt
```### Run the Makefile
```
cd docs
make html
```## Contributing
1. Fork the repo
2. Make some changes
3. Submit a pull request### Topics to be Added
* Setting up a programming environment.
- What IDE we generally use
- How to setup a virtual environment
- How to setup poetry
- How to connect to GitHub
* GitHub Utilization
- How to get a repo
- How to make a branch
- How make a pull request
- Who reviews a pull request
* How to use the toolkit
- What is in the toolkit
- What do you need to make sure you use
* Our general robot file structure