Skip to content

Team Organization

Tyler Barrett edited this page Sep 2, 2022 · 4 revisions
  1. Weekly Meeting Times:

    • Monday Mornings @ 11:30am in Honors
    • Wednesday Mornings @ 9:30am Virtually
  2. Communication is Through Discord, Usernames Below:

    • Nathan Dolbir: Jewzy#1984
    • Kennedy Fairey: kfairey11#4731
    • Tyler Barrett: TylerBarrett#6119
    • Bryson Carroll: Bryson Carroll#1822
    • Cort Miles: CortSports#0500
  3. Communication Requirements/ Agreements:

    • Weekdays:
      • Must respond within 24 hours to important messages with a reaction or response
    • Weekends:
      • Must respond within 48 hours to important messages with a reaction or response
      • Exception: Unless Sunday Deadline
    • Holidays:
      • Must respond within 72 hours to important messages with a reaction or response
      • Exception: Unless Sunday Deadline
  4. Roles of Members:

    • Nathan Dolbir:
    • Kennedy Fairey:
    • Tyler Barrett:
    • Bryson Carroll:
    • Cort Miles:
  5. Contributing Code

    • All code contributions will go through a Pull Request and Review Process. To get merged into the main branch of the repo, all PRs need at least 2 approvals from other team members.
    • To contribute code, follow the process below
      • create a new branch
      • add your features to the branch
      • add unit tests to your features when possible
      • create a new pull request targeting the main branch
      • after pull request is approved, rebase your branch onto main
      • merge your changes into main
Clone this wiki locally