Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.38 KB

File metadata and controls

35 lines (26 loc) · 1.38 KB

Contributing to NewTabNote

Thank you for your interest in contributing to NewTabNote! We welcome contributions from the community to help make this extension even better.

How to Contribute

Reporting Bugs

  • Use the Bug Report template when creating a new issue.
  • Provide a clear description of the issue and steps to reproduce it.
  • Include information about your browser and OS.

Suggesting Features

  • Use the Feature Request template.
  • Explain কেন the feature would be useful and how it should work.

Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name.
  3. Make your changes and ensure they follow the project's style.
  4. Commit your changes: git commit -m "Add some feature".
  5. Push to the branch: git push origin feature/your-feature-name.
  6. Open a Pull Request against the main branch.

Development Setup

  1. Clone the repo: git clone https://github.com/keyurgolani/new-tab-note.git
  2. Install dependencies: npm install
  3. Build the extension: npm run build
  4. Load the dist folder as an unpacked extension in Chrome (chrome://extensions/).

Community

Join the discussion on GitHub Discussions!


By contributing to this project, you agree that your contributions will be licensed under the MIT License.