Skip to content

Commit 84943dc

Browse files
committed
DOC/DEV: mention lazy_xp_function in contributing docs
1 parent 6c155aa commit 84943dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Thanks to [all contributors](contributors.md) so far!
2020
- Import your function to `src/array_api_extra/__init__.py` and add it to
2121
`__all__` there.
2222
- Add a test class for your function in `tests/test_funcs.py`.
23+
- Ensure that `lazy_xp_function` is called on the function if lazy backends
24+
are supposed to be tested.
2325
- Add your function to `docs/api-reference.md`.
2426
- [Make a PR!](https://github.com/data-apis/array-api-extra/pulls)
2527

0 commit comments

Comments
 (0)