Design Link [ https://www.figma.com/file/ug12Phme5DSRlTSlIMaqAt/Deluxe-Hotel-Landing-Page?node-id=0%3A1 ]
Step 1. Click on the fork button on the upper right-hand side of the repo page
Step 2. Go-to your github page and click on the forked repository. Navigate to clone and copy the URL.
Step 3. On your terminal, type:
git clone url (paste the url you copied & hit enter)
(after cloning) click on:
git checkout -b "ft-username" (to create your branch)
Step 4. (After adding your code) Add your contribution using
git add .
Step 5. Commit your changes using
git commit -m "feat: username added"
Step 6. Push your changes using:
git push origin
Step 1: After pushing your commit to github, navigate to your repository page on github where you pushed your commit.
Step 2: At the top part of the page you should see a dropdown section titled ‘Branch: master‘; select in the dropdown, the branch that contains your commits. The default is usually the master branch.
Step 3: To the right of the branch menu, you would see a button ‘New Pull Request’; click on the button. This should take you to the original page i.e the page of the repository that you forked from.
Step 4: Scroll down the page, click on the green button titled ‘Create pull request’. Type in a title and a description for your pull request. Once you are done inputting your title and description, click on create pull request. This should create a pull request for you, all you have to do is wait to be merged.
1: Fork the Repo.
2: Clone the forked copy of the repo.
3: Confirm you are on develop branch.
4: Create a feature branch off develop e.g "git checkout -b home-page".
5: confirm you are on your new created feature branch.
6: When you are done working on the feature branch you can now do the normal workflow and send a PR.
for more information on git workflow kindly look here
7: Make your first Pull Request, you have to edit the CONTRIBUTORS.md
file with your github id in this format
- [@USERNAME](https://github.com/USERNAME)
leave a new line between the last name you see there ans yours, just follow the same format as the last person.