Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 673 Bytes

c10_project

DEVELOPMENT GOALS

The software product is intended to: The development of a mobile application that recommends to a freshman classes for them to undertake based on their input.

###Branch Policy: There are two main branches, ‘main’ which is the production branch and ‘dev’ which is the development branch. All the features/changes which will be added to the project would follow these pattern;

  • Create a branch from dev as issue_no of issue
  • update/add/delete
  • test issue_no of issue
  • create a merge request to dev & test dev
  • merge to the dev branch
  • create a merge request to master & test main
  • merge to the main