Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 949 Bytes

CONTRIBUTING.md

File metadata and controls

61 lines (41 loc) · 949 Bytes

Contributing

We are always welcoming your contribution 👏


Requirements | Setup | Running linting/tests


Developing

Requirements

Setup

Fork the promptuity repository to your GitHub Account.

Then, run:

$ git clone https://github.com/<your-github-username>/promptuity
$ cd promptuity

Running linting/tests

You can run test via:

$ cargo test

When new snapshots are generated by insta, a review is conducted.

$ cargo insta review
Test Workflow
$ cargo test; cargo insta review

You can run lint via:

$ cargo clippy