Skip to main content

GitHub & Code Repositories

Access code repositories, audit logs, and development resources.

Main Repositories

GitHub Organization: Algoshred GitHub

Main organization containing all Burdenoff product repositories.

Audit Repository: Boff Audit Repo

Security audits, compliance reports, and audit trails.

SOP Repository: SOP Repository

Standard Operating Procedures for all teams and processes.

Development Guidelines

Branching Strategy

  • main - Production-ready code
  • develop - Integration branch
  • feature/* - New features
  • hotfix/* - Production fixes
  • release/* - Release preparation

Commit Messages

  • Use conventional commits format
  • Be descriptive and concise
  • Reference issue/ticket numbers
  • Include breaking changes note

Code Review

  • All PRs require approval
  • Run tests before requesting review
  • Address review comments promptly
  • Keep PRs small and focused

Repository Access

Contact your team lead for repository access and permissions.