Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 565 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 565 Bytes

Contributing to simple-notify

I love to accept pull requests from anyone interested in helping out with the project. Be sure I'll review your PRs ASAP.

Submitting a Pull Request

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Development

  • Run pnpm i command to install dependencies
  • pnpm dev to watch files
  • pnpm open to open the playground
  • pnpm build to build once