Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 308 Bytes

File metadata and controls

22 lines (16 loc) · 308 Bytes

Contributing Guide

  1. Fork the repo

  2. Create a branch:

git checkout -b feature/<short-description>
  1. Make your changes and add tests where applicable

  2. Commit:

git commit -m "feat: short description"
  1. Push:
git push origin feature/<branch>
  1. Open a Pull Request