project-team-l

project-team-l created by GitHub Classroom


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

Introduction

The following 8 tasks should be completed by ONE student each in the CORRECT ORDER!!

  1. Create all issues for group members

  2. Create project board by using Basic Kanban template
    • Set up automations for tasks progress
  3. Set up Well-formatted readme.md with all headers
    • Update Introduction in readme.md
  4. Update Contributors in readme.md

  5. Keep checking project status and remind group members to do their tasks

  6. Set up Git Action to run a simple C code

  7. Update Code in readme.md

  8. Add the link to promote project-team-l repo

    Code

 // Your C code here
#include <stdio.h>
int main() {
   printf("Hello, World!");
   return 0;
}
 

example workflow

Contributors

Last updated: 2021-05-28 09:22:38 +0000