Where it all begins… and ends.
In Development
- Download source files from where they reside
- Clone the project repo
- Create the
src
directory and move the source files into that folder - Proceed with Project Scaffolding
Review
- Dev: When ready for review, change the project status to “Ready for Review”
- Reviewer: Create issues in GitHub for things that should be fixed
- Dev: Address issues and close using Git commit messages (make sure to follow guidelines; see Git Commit Messages in Recommended Code).
- Reviewer: Check that all issues have been properly addressed
- Dev: When all issues are resolved, mark the project “Ready for Release”