Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 426 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 426 Bytes

Contributing

Fork, then clone the repo:

git clone [email protected]:your-username/reflex.git

Make sure the tests pass:

./scripts/test

Make your change. Don't forget to add tests and documentation for your change! Stage or commit your changes locally, and make sure the tests pass:

./scripts/test-staged

Push to your fork and submit a pull request.