Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 2.15 KB

CONTRIBUTING.md

File metadata and controls

87 lines (49 loc) · 2.15 KB

Contributing to Advanced Bookmarks Extension

Thank you for your interest in contributing to the Advanced Bookmarks Chrome Extension! We welcome contributions from the community to help make this extension even better. Please take a moment to review this document for guidelines on how to contribute.

Getting Started

To install the Advanced Bookmark Chrome Extension locally using npm, follow these steps:

  1. Clone the Project
  git clone https://github.com/nishaaannnt/advance-bookmarks.git
  1. Go to the project directory
  cd advance-bookmarks
  1. Install dependencies
  npm install
  1. Build the Project
  npm run build
  1. Open the Chrome browser and go to the Extensions page. You can access it by typing chrome://extensions in the address bar.

  2. Enable the Developer mode by toggling the switch at the top-right corner of the Extensions page.

  3. Click on the "Load unpacked" button and select the build folder from the project directory.

  4. The Advance Bookmark extension should now be installed in your Chrome browser. You can find its icon in the toolbar.

Contributing Guidelines

We welcome contributions! Please follow these guidelines:

1. Fork the repository:

Fork the Advanced Bookmarks repository on GitHub.

2. Create a branch:

Create a new branch for your contribution.

3. Make your changes:

Implement your feature or fix bugs. Please ensure your code follows the existing coding style.

  • Watch the Project Changes During Development
  npm run watch
  • Note : Wait for the build to be completed.

4. Test your changes:

Ensure that your changes work as expected and do not introduce new issues.

5. Commit your changes:

Write clear and concise commit messages.

6. Push your changes:

Push your changes to your forked repository.

7. Create a pull request:

Create a pull request from your branch to the main repository.

8. Follow up:

Respond to any feedback or comments provided during the review process.

Please follow the Code of Conduct while contributing.

Thank you for contributing to the Advanced Bookmarks Extension!