Skip to content

Latest commit

 

History

History
141 lines (106 loc) · 3.16 KB

File metadata and controls

141 lines (106 loc) · 3.16 KB

Contributing

If you are adding content to the site or creating new pages, please:

  • Apply logic for Hindi translation and add translations for all words.
  • Use PNG or JPG files for minimal size and always compress images.
  • Ensure that your forked repository is up to date before submitting a pull request.

Steps for Contributing

1. Fork the Repository:

Click on the "Fork" button at the top right of the repository page.

2. Clone the Forked Repository:

git clone https://github.com/your-username/HrRoadways.git

3. Create a New Branch:

git checkout -b your-branch-name

4. Make Your Changes:

Ensure that you:

  • Apply the logic for Hindi translation.
  • Compress images before uploading.

5. Commit Your Changes:

git add .
git commit -m "Describe your changes"

6. Push to the Branch:

git push origin your-branch-name

7. Create a Pull Request:

Go to the original repository and click on "New Pull Request."

Keeping Your Fork Updated

Before making a pull request, ensure that your forked repository is up to date.

Add Remote Upstream Repository:

git remote add upstream https://github.com/NishantRana07/HrRoadways.git

Fetch Upstream Changes:

git fetch upstream

Merge Upstream Changes:

git checkout main
git merge upstream/main

Push Changes to Your Fork:

git push origin main

By following these steps, you ensure that your pull request is based on the latest code.

Contributing and Translation Guidelines

Comprehensive guidelines for contributing to the repository and implementing bilingual functionality.

Contributing

If you are adding content to the site or creating new pages, please:

  • Apply logic for Hindi translation and add translations for all words.
  • Use PNG or JPG files for minimal size and always compress images.
  • Ensure that your forked repository is up to date before submitting a pull request.

Steps for Contributing

1. Fork the Repository:

Click on the "Fork" button at the top right of the repository page.

2. Clone the Forked Repository:

git clone https://github.com/your-username/HrRoadways.git

3. Create a New Branch:

git checkout -b your-branch-name

4. Make Your Changes:

Ensure that you:

  • Apply the logic for Hindi translation.
  • Compress images before uploading.

5. Commit Your Changes:

git add .
git commit -m "Describe your changes"

6. Push to the Branch:

git push origin your-branch-name

7. Create a Pull Request:

Go to the original repository and click on "New Pull Request."

Keeping Your Fork Updated

Before making a pull request, ensure that your forked repository is up to date.

Add Remote Upstream Repository:

git remote add upstream https://github.com/NishantRana07/HrRoadways.git

Fetch Upstream Changes:

git fetch upstream

Merge Upstream Changes:

git checkout main
git merge upstream/main

Push Changes to Your Fork:

git push origin main

Thank you again for being part of the HrRoadways community!