Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.2 KB

File metadata and controls

31 lines (20 loc) · 1.2 KB

Contributions for Exercism Zig Track

We 💙 our community but this repository does not accept unsolicited pull requests at this time.

Please read this community blog post for details.

If you want to contribute or have a bug to report, please open a topic in the forum first, so we can discuss things before we do things.

Once you have a go-ahead from one of the maintainers, a pull request must adhere to Exercism's style guide.

If the PR touches an existing exercise, please also consider this warning in the documentation for building tracks.

Running Tests

Exercises can be tested against the locally installed Zig compliler using

bin/run-tests

Exercises can be tested against the test runner using

bin/verify-exercises-in-docker