Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 864 Bytes

File metadata and controls

18 lines (12 loc) · 864 Bytes

Project Guidelines

Follow these guidelines when contributing to this project:

  1. Start development with a User Story attached to a Feature
  2. Create a branch from that user story
  3. Consult the high level architecture for solution components to determine which components will be used in your colution
  4. Create a pull request with your code changes and link the PR to the user story and assign EWU-CSCD396-Spring-2026-Instructors as a reviewer
  5. Verify that the Definition of Done criteria is met before requesting approval from the instructor

Expectations

  • Create Terraform to deploy any infrastructure needed for your feature
    • All terrafrom goes in the /iac directory
    • Use Terrafrom modules and/or refactor into Terraform modules
  • Create a GitHub Action Workflow that deployes your code to our default environment