lab04 : README w. Installation Instructions, Acceptance Tests, GitHub Actions

num ready? description assigned due
lab04 true README w. Installation Instructions, Acceptance Tests, GitHub Actions Thu 02/06 04:00PM Thu 02/13 07:00PM
https://ucsb-cs48.github.io/w19/lab/lab03/
Points

What you need to finish TONIGHT

New this week:

What you need to finish over the next week, to be demonstrated as part of your MVP release:

To document your MVP release — which you are delivering one weeks from today — your repository should have a complete README.md file:

Getting Started with Github Actions:


Here’s what we’ll be looking for and grading:

Graded:

  • (lab04) (10 pts) Next Retrospective scheduled and put on a card in Kanban ToDo column
  • (lab04) (10 pts) MVP review roles have been decided and recorded on a card in Kanban ToDo column
  • (lab04) (10 pts) Pre-MVP Sprint Planning Meeting took place and was documented in TEAM folder
  • (lab04) (30 pts) README.md file was updated for your project with
    • all the section from the template filled in (10)
    • reproducible installation instructions that let a novice user build the MVP distro from scratch, simply by following instructions (20)
  • (lab04) (20 pts) Acceptance tests were authored and logged for all your MVP user stories
  • (lab04) (20 pts) Github Actions: first custom workflow was created and demonstrated