csci3251-2021 / project-team-m

project-team-m created by GitHub Classroom
1 stars 0 forks source link

Task 7: Get a status badge #8

Open CKY531 opened 3 years ago

CKY531 commented 3 years ago

Task 7: Get a status badge

You are going to update this web page: https://csci3251-2021.github.io/(repo name)

Go through these steps:

  1. Edit readme.md, and include the code from code.c using include_relative
  2. Highlight the code using C syntax highlighting with markdown, like this:
    • image
  3. Now you should get a workflow status badge for the code, as in this document: https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#adding-a-workflow-status-badge-to-your-repository
    • The code should already be well prepared in Task 6
    • The owner is csci3251-2021, and the repository is your team repo name
    • You can find the workflow name in the first line in .github/workflows/ccpp.yml, yet please edit the name there so it has no space and shows something about your group
  4. Insert the resultant image using markdown, under the code snipplet you inserted

You may find this page useful: https://jekyllrb.com/docs/includes/

chuckjee commented 3 years ago

Sorry, the link at point 3 is outdated, it should be https://docs.github.com/en/actions/managing-workflow-runs/adding-a-workflow-status-badge

riclimcoo commented 3 years ago

@lysx10001 please update us with your progress on this task, otherwise we cannot proceed with task 8. thanks.

SmilyZhang commented 3 years ago

@lysx10001 Hi, I'm Wendy and I'm in charge of task 8. Could you please inform us about the time you finish task 7? So that I know when I can do task 8. Thanks.

riclimcoo commented 3 years ago

@SmilyZhang he has finished just recently. please accept the linked pull request and start working on task 8 later. thanks

riclimcoo commented 3 years ago

The readme is not showing the c code as expected.