How to Contribute
-
Fork this repo
-
Clone the repo to your local machine by running
git clone <repo url>
-
In your terminal, run
git remote add upstream https://github.com/hngi/team-neon-hotel-alpha.git
-
Create a new branch with your slack username and a description of the component you are working on. E.g. If you are working on the footer, you should run
git checkout -b deji-footer
-
Open up index.html in your browser
-
Write production ready code :)
Make sure you refactor your code and everything works fine
-
When you are done writing code, commit your code and push to the branch you created.
-
Open a pull request and push to the develop branch
Contact the subteam leads or @deji.ab on the slack channel if you have any issues