Skip to content
@UCSOAR

SOAR

The Student Organization for Aerospace Research (SOAR), is the University of Calgary’s foremost student run high rocketry research team

Student Organization for Aerospace Research

This Organization will host all SOAR programs.

Recommended Workflow

Use the following steps when trying to contribute to this organization. Please read the General Github Usage Guidelines section for detailed infromation on these steps.

  1. Clone the repository
  2. Create a branch
  3. Commit your work
  4. Create a Pull Request (PR) when you are ready to merge it into the master branch
  5. Get the PR code reviewed and then Squash and Merge it.

General Github Usage Guidelines

  1. Reach out to the software executive team if you would like to add a new repository.
  2. All repositories and relevant folders should have a good descritpive README that uses the following template. You have freedom to edit as required as long as its sensible. README Template
  3. Branch names should be Name/ProjectDescr
  4. Have short but descriptive commit messages. Every commit should have a short straightforward message that will inform third parties clearly on the intention of that commit
  5. ALL Pull Requests must follow the guidelines in the following Pull Requests Guide
  6. Github Guide SOAR Github Guide
  7. Just keep good organization on your mind all the time

Setup

To be able to commit code on this repository you will need clang and pre-commit setup on your computer.

Clang Setup

Windows

  1. Download LLVM-18.1.8-win64.exe
  2. Make sure to add it to your path in the setup menu

Clang Format Download Setup

Mac

@EtSubas please complete this section

Linux (Debian Based)

Install clang-format from apt with:

sudo apt-get install clang-format

Run:

clang-format --version

to ensure successful installation.

Pre-commit

Setup

  1. Run pip install pre-commit
  2. At the root of all your repositories run pre-commit install

Troubleshooting

  • MODULE_NOT_FOUND node error after attempting to commit
    • Completely removing node, nodejs, and npm resolved the issue on Ubuntu

Pinned Loading

  1. AvionicsTooling AvionicsTooling Public

    This repository will contain code like scripts that are used to assist general testing

Repositories

Showing 10 of 19 repositories

Top languages

Loading…

Most used topics

Loading…