project-team-g

project-team-g created by GitHub Classroom


Project maintained by csci3251-2022 Hosted on GitHub Pages — Theme by mattgraham

Introduction

This is Team G, and we are performing the project milestone 3 of CSCI3251. In this project, we will follow the task indicated in the issues folder, like write a C code to print the message everytime there is a merge action, get a status badge, showcase our team and register our repo. Hope that we will familiar with the Github feature for team works.

Code

// Write some code here
// Your C code here
#include <stdio.h>

int main() {
  for (int i=1; i<=5; i++){
    printf("Hello World x%d, We are Team G!!\n", i);
  }
  
  return 0;
}

example workflow

Contributor

Github Name Student Name Student ID Contribute of Work
EJ-L Eric John LI 1155159116 Task 1
SteveNoobPlus Yu-Shing CHENG 1155158488 Task 2
JasonWongin Lap-Yin WONG 1155147798 Task 3
marcoao2001 Chon-Long AO 1155135754 Task 4
NovaTse Ka-Hei TSE 1155159810 Task 5
ixxsth Tsz-Him Iknos WONG 1155124886 Task 6
Jimmy-Li9912 LI Jingchen 1155124512 Task 7
reviewer: LI Yinxi 1155160255
 »@ixxsth (Wong Tsz Him Iknos)
  »I contributed as the: Task 6, Personnel Manager who is responsible for rendering student information on screen.


 »@marcoao2001 (AO Chon Long)
  »I contributed as task 4, writing some C code and creating workflows


 »@JasonWongin (Wong Lap Yin)
  »I contributed at Task 3. As a Documentation Manager, I need to write and format the readme.md.


 »@SteveNoobPlus (Yu-Shing CHENG)
  »I contributed as the: Task 2 (Project) Manager. As Project Manager, I have created a project board and set up required automations. I have also reminded my team members to tag their issues/pull requests on the front page (README.md) In addition, I have also labelled all current issues and sorted them correctly.


 »@EJ-L (Eric John LI)
  »I contributed as the: Task 1 Manager


 »@NovaTse (Tse Ka Hei)
  »I contributed as the: Task 5, Delivery Manager who includes the code.c and inserts the workflow status badge for the code to readme.md


Last updated: 2022-05-26 09:11:24 +0000