> For the complete documentation index, see [llms.txt](https://as-pect.gitbook.io/as-pect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://as-pect.gitbook.io/as-pect/contributing.md).

# Contributing

## Code of Conduct

be excellent to each other

## Contributor instructions

When contributing, make sure to do the following things:

1. Add yourself to the Contributors section of the [README](/as-pect/readme.md) at the bottom.
2. Document all changes.
3. If your change modifies `TestContext` result output, update `jest` snapshots.
4. If your test modifies `as-pect` assertions, update `assembly/__tests__` tests.
5. Increase JS code coverage by modifying `assembly/jest-*.ts` files.
