Thank you for your interest in contributing to NewTabNote! We welcome contributions from the community to help make this extension even better.
- 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.
- Use the Feature Request template.
- Explain কেন the feature would be useful and how it should work.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name. - Make your changes and ensure they follow the project's style.
- Commit your changes:
git commit -m "Add some feature". - Push to the branch:
git push origin feature/your-feature-name. - Open a Pull Request against the
mainbranch.
- Clone the repo:
git clone https://github.com/keyurgolani/new-tab-note.git - Install dependencies:
npm install - Build the extension:
npm run build - Load the
distfolder as an unpacked extension in Chrome (chrome://extensions/).
Join the discussion on GitHub Discussions!
By contributing to this project, you agree that your contributions will be licensed under the MIT License.