- Make sure an issue for your feature/fix is open and you have gotten permission from a team member
- If there is already an assigniee for the issue it's very likely taken
- Don't create large pull requests with refactors without a disscusion with a team member
- Make sure no one else has opened a PR for the same issue
- If a fix is something super small such as a typo then don't worry about creating an issue
Open the project in the latest version of Xcode or Xcode-beta. For testing have an iOS Simulator of 17.0 or later (preferably the newest).
- No more than 100 characters per line
- Use camelCase for variables and functions
- Use UpperCamelCase for classes and structs
- As of now do not edit code in
Library.swiftas it is very messy and needs to be refactored
- Use Conventional Commits as a guideline for BOTH commits & PRs
- Use the default provided PR template unless your PR doesn't change code