Skip to content

Commit

Permalink
docs: mention Bulloak in contributing doc (#1056)
Browse files Browse the repository at this point in the history
* docs: mention Bulloak in contributing doc

* docs: polish wording

---------

Co-authored-by: Paul Razvan Berg <[email protected]>
  • Loading branch information
smol-ninja and PaulRBerg authored Oct 9, 2024
1 parent 4ba2350 commit c3fa793
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ When making a pull request, ensure that:

- The base branch is `staging`.
- All tests pass.
- Fork testing requires environment variables to be set up in the forked repo.
- 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 c3fa793

Please sign in to comment.