Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 348 Bytes

File metadata and controls

17 lines (12 loc) · 348 Bytes

Contributing

Thank you for your interest in contributing to task-tracker!

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run tests: npm test
  4. Run lint: npm run lint

Submitting a Pull Request

  1. Create a new branch
  2. Make your changes
  3. Ensure tests and lint pass: npm run verify
  4. Submit a PR