SJSUCSClub / acmsjsu-web

https://acmsjsu.org
0 stars 1 forks source link

Set Up

Environment

  1. Create a MongoDB account and send it to the Dev Team Lead to be added into our project database (Back-end Dev only)

Code Management

  1. Once finished developing, make sure you make a new branch for your commit
    git branch workingbranch-yourname-task
    git checkout workingbranch-yourname-task
  2. Push code to the branch you made
    git push --set-upstream origin workingbranch-yourname-task
  3. Pull a PR to merge your branch with the working branch on GitHub

    Task Management

    • Check you GitHub Project for tasks and details for task. Tasks are usually named as
      [workingbranch][admin/member] feature - #ofPeople position
    • Check in with Project Manager for process weekly

    Example: What have you done so far, are there any difficulties, is there any resources needed in order to finish the task, etc.

    • Once you are done with the task, you can reach out to Dev Team Lead for another task or support other developers with their task depending on how much time left in the sprint