Git is version control.
A website that uses Git.
Think of Github as a project managment platform.
Home of your project files.
Work in progress information.
Actionable tasks that need to be completed.
Tags to add to issues.
Collection of Issues with a deadline.
Files you want merged into the repo.
This is where most of the work happens.
This is what a common issue thread looks like.
Share EVERYTHING within the related issue - post updates, comps, roadblocks, real-life discussions, etc.
Issues work use Markdown.
Images are supported just DRAG AND DROP!
You can reference other issues that might be roadblocks to progress.
You can add checkboxes to your issue of tasks that need to be completed - You can see this progress on the outside!
Tag people with @name
Worded as a deliverable
Never Close without a related Pull Request
:thumbsup:
FOR APPROVAL
Milestones are a way to track progress of a project
Wiki is where we will work on the content.
Repo is where the code base lives.