-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
Alanna Risse edited this page Aug 23, 2018
·
7 revisions
All code submissions should be submitted via pull requests. Please read gitHubs docs on how to create a pull request.
- Slack @lannarisse and give her you github username so she can add you to the projects
- client repo: https://github.com/Thinkful-PDX-Dev/AppyHour-client
- api repo: https://github.com/Thinkful-PDX-Dev/AppyHour-api
- In a terminal window, find/create a good directory to add the AppyHour project.
- git clone the repos and look in the readme.md doc for instructions on how to install.
git clone https://github.com/Thinkful-PDX-Dev/AppyHour-client.git . will clone the client repo to the current directory you are in.
git clone https://github.com/Thinkful-PDX-Dev/AppyHour-api.git . will clone the api repo to the current directory you are in.
- make sure you have the latest and greatest from master by doing a
git pullwhile in the master branch - make a new branch > '`git checkout -b yourinitials-issuenumber`` (or whatever branch name makes the most sense if no issue exists(.
- Make your changes.
- commit your changes. In a terminal window, go to the project repo folder.
git add .- then
git commit -m 'your commit message' - then
git push -u origin yourbranchname( you ony have to do the -u origin part the first time)
- Go to the AppyHour gitHub repo you just pushed to on gitHub.com
- Find your branch under the branches and click "New Pull Request"
- Add a note, add leads for the roject (or alannarisse if you're not sure)
- Sit back and wait for your pull request to be reviewed.
If you are a Portland Thinkful student, alumni, or mentor and would like to contribute, please contact alanna risse on the thinkful slack channel.