Skip to content

[FEAT]: Implement husky and update contribution guide for commit linting - #119

Merged
Bindu2020324 merged 2 commits into
Bindu2020324:mainfrom
AshutoshDash1999:feat/husky-setup
Jun 26, 2026
Merged

[FEAT]: Implement husky and update contribution guide for commit linting#119
Bindu2020324 merged 2 commits into
Bindu2020324:mainfrom
AshutoshDash1999:feat/husky-setup

Conversation

@AshutoshDash1999

Copy link
Copy Markdown
Contributor

Pull Request Template

What type of change is this?

  • Bug fix
  • Feature
  • Docs
  • Chore

Related issue

Closes #109

Changes made

  • Implement Husky for commit linting
  • Enforce conventional commits

How to test

  1. Write a bad commit message and push (it will be reject)
  2. Write a good commit message and push (it will be accepted)

Checklist

  • Code follows ESLint rules (npm run lint passes)
  • Code formatted with Prettier (npm run format)
  • No API keys or secrets in code
  • README updated if needed
  • Tested locally in Chrome extension

@Bindu2020324
Bindu2020324 merged commit 1f875a1 into Bindu2020324:main Jun 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] : Husky implementation for commit linting

2 participants