Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a new website based on js #29

Closed
wants to merge 1 commit into from

Conversation

Inija-2503
Copy link
Contributor

@Inija-2503 Inija-2503 commented Oct 25, 2024

Hi i have added a tourism website its based on booking a tourist place please check it out i am open for any sort of suggestion.

tourism1.mp4

Copy link

👋 @Inija-2503
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

@github-actions github-actions bot added the hacktoberfest Opted for hacktoberfest label Oct 25, 2024
@iamwatchdogs
Copy link
Contributor

Hi @Inija-2503, I'm sorry for the inconsistency regarding the linting workflows. They have been updated but not reflected within your forked repo. So, please follow the below instruction carefully,

Warning

Please follow each step carefully, missing a step or improper use of any step could led to more error than the ones that are present right now.

  • Update the main branch within you remote/github repo as showen below,

    image

  • Checkout to main branch on your local repo.

    git checkout main
  • Pull the updated changes into your local repo.

    git pull origin main
  • Checkout to your current branch i.e., Tourism.

    git checkout Tourism
  • Rebase your Tourism branch with main branch.

    git rebase main
  • Now push the rebased Tourism branch into your remote repo i.e., the one on Github.

    # Simple push should do it
    git push origin Tourism
    
    # In case of any issue the following,
    # git push origin Tourism -f

And hopefully this should fix the linting workflow. And if the linting workflows have not been triggered, make a small change within any of your javascript files and push them. That should trigger the linting workflow.

And once the linting checks have passed, I'll do the code review and merge your PR. Once again, I'm sorry for this inconvenience, It was my fault failing to updating the linting workflow for this repo. Thank you for your patience and support.

Important

If you need any help in any of the process (or) if you did understand any part of the solution I proposed, please ping me up here. Please don't take action based on some assumption. Feel free to ask me questions and doubts, I would be more than happy to help.

@Inija-2503 Inija-2503 closed this Oct 25, 2024
@Inija-2503 Inija-2503 deleted the Tourism branch October 25, 2024 14:41
@github-actions github-actions bot added the hacktoberfest-accepted Successfully accepted pull request for hacktoberfest label Oct 25, 2024
Copy link

👋 @Inija-2503 This PR is closed. If you think there's been a mistake, please contact the maintainer @iamwatchdogs.

@Inija-2503 Inija-2503 mentioned this pull request Oct 25, 2024
@iamwatchdogs iamwatchdogs added invalid This doesn't seem right and removed hacktoberfest-accepted Successfully accepted pull request for hacktoberfest labels Oct 25, 2024
@iamwatchdogs iamwatchdogs mentioned this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Opted for hacktoberfest invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants