Please have a look at the lecture notes on Software Design LifeCycle (SDLC).
Your task is as follows:
- Create a GitHub account.
- Associate your GitHub account with your assignment.
- Choose one of the SDLC methodologies and describe it in your own words as a markdown file. Use sections to improve legibility of your Readme file.
- Complete the markdown file until the start of the course.
Some SDLC methodologies are:
- Waterfall
- Agile
- V model
- Spiral
- Lean
You must use the following commands:
- git init
- git config
- git status
- git add
- git commit
- git push
In other words you are not allowed to use the GitHub interface to edit your markdown file.
I would like to see your progress, so I encourage you start editing your markdown file today.
You may use Atom that is handy for editing markdown files.