This is our demo project for learning how to make pull requests!
Steps:
- Fork this repo: https://github.com/scriptEd-HSFI/everyone-say-hi
- Open up your forked repo up in Cloud9
- Create a branch called feature/{firstname-lastname}
- git checkout -b feature/grace-tan
- Add this line: “{Your name} says hi!” to README.md
- Git add and git commit
- git add README.md
- git commit -m "{your name} says hi"
- Push your branch to repo on your Github!
- git push origin feature/grace-tan
- Go to your github page and open a pull request from your forked repo to the original repo!