Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.1 KB

NSC Computer Science Club Website

Table of Contents

Team workflow

  • Branch naming convention: NSCCS-ticket number where the ticket number is listed in the issue headline.
  • All branches created are created off of release_candidate.
  • All PRs are pointed to release_candidate
  • No merging without code review by a peer
  • Only René or other admin merges release_candidate to main
  • Once merged, announcement is made so all devs can pull in changes and update locally

Ruby version

3.0.1

System dependencies

// TODO

Configuration

// TODO

Database creation

// TODO

Database initialization

// TODO

How to run the test suite

// TODO

Services

// TODO (job queues, cache servers, search engines, etc.)

Deployment instructions

// TODO