## Description Provide document to help new developers setup the code locally. Outline instructions to making Pull Requests. ## Affected Components * ```Contributing.md``` * [Spark-Website Wiki](https://github.com/travisspark/spark-website/wiki) ## Proposed Solution * [x] [Spark-Website Wiki](https://github.com/travisspark/spark-website/wiki) for an overview of Programming * [x] Specify Instructions are for [Ubuntu Distribution of Linux/WSL](https://github.com/TravisSpark/spark-website/wiki/Windows-10-and-Linux) * [x] Link to [Blog for Mac Setup](http://sourabhbajaj.com/mac-setup/) or *[Military Network Friendly GitHub](https://github.com/sb2nov/mac-setup)* * [x] Install Python version 3 * [ ] Overview of SQLAlchemy and ORMs * [ ] Overview of PostgreSQL of Comparable Database Engines * [ ] Install PostgreSQL v 10 * [ ] Create spark-database table with Password * [ ] Setup Local version of code * [ ] Overview of Virtual Environments and Version Controlling * [ ] Initialize Virtual Environment * [ ] Install Requirements * [ ] Overview of Alembic and Migrations * [ ] Initialize User Table * [ ] Link to Readme for instructions on manipulating database * [ ] Submit Issues * [ ] Submit Pull Requests (Including purpose of, limitations of, and instructions to, lint code) * [ ] Review Pull Requests
Description
Provide document to help new developers setup the code locally. Outline instructions to making Pull Requests.
Affected Components
Contributing.mdProposed Solution