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.
Click on the "Fork" button at the top right of the repository page.
git clone https://github.com/your-username/HrRoadways.gitgit checkout -b your-branch-nameEnsure that you:
- Apply the logic for Hindi translation.
- Compress images before uploading.
git add .
git commit -m "Describe your changes"git push origin your-branch-nameGo to the original repository and click on "New Pull Request."
Before making a pull request, ensure that your forked repository is up to date.
git remote add upstream https://github.com/NishantRana07/HrRoadways.gitgit fetch upstreamgit checkout main
git merge upstream/maingit push origin mainBy following these steps, you ensure that your pull request is based on the latest code.
Comprehensive guidelines for contributing to the repository and implementing bilingual functionality.
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.
Click on the "Fork" button at the top right of the repository page.
git clone https://github.com/your-username/HrRoadways.gitgit checkout -b your-branch-nameEnsure that you:
- Apply the logic for Hindi translation.
- Compress images before uploading.
git add .
git commit -m "Describe your changes"git push origin your-branch-nameGo to the original repository and click on "New Pull Request."
Before making a pull request, ensure that your forked repository is up to date.
git remote add upstream https://github.com/NishantRana07/HrRoadways.gitgit fetch upstreamgit checkout main
git merge upstream/maingit push origin mainThank you again for being part of the HrRoadways community!