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

made the nav bar #166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

made the nav bar #166

wants to merge 1 commit into from

Conversation

mahirabidi12
Copy link

Description

Please include a summary of the changes and the related issue. Include relevant motivation and context.

Fixes #147

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so that they can be reproduced.

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@mahirabidi12
Copy link
Author

Please merge it under the hacktoberfest label

@Anshgrover23
Copy link
Collaborator

@mahirabidi12 kindly try to run npm run format your one check is failing.

@mahirabidi12
Copy link
Author

I am new to open source , so can you tell me what i should do .

@Anshgrover23
Copy link
Collaborator

@mahirabidi12
these are steps to follow in order to pass all the checks.
all the contributors should follow these else their PR will be closed

  1. go to your fork and click on sync fork and click Update Branch
  2. then go to the directory on your local machine
  3. Run git fetch origin
  4. Run git pull origin main
  5. Then resolve the conflicts if any.
  6. Then force push your branch by git push origin branch-name -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] NAVBAR
2 participants