Skip to content

Commit

Permalink
docs: mention Bulloak in contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Oct 9, 2024
1 parent 31c2111 commit f1dd758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ $ bun run
When making a pull request, ensure that:

- All tests pass.
- Concrete tests are generated using Bulloak and the Branching Tree Technique (BTT).
- You can learn more about this on the [Bulloak website](https://bulloak.dev).
- If you modify a test tree, use this command to generate the corresponding test contract that complies with BTT:
`bulloak scaffold -wf /path/to/file.tree`
- Code coverage remains the same or greater.
- All new code adheres to the style guide:
- All lint checks pass.
Expand Down

0 comments on commit f1dd758

Please sign in to comment.