Skip to content

Commit 9993dfe

Browse files
authored
Update CONTRIBUTING.md with coverage suggestion (#180)
1 parent f40324a commit 9993dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Help us keep the docs clear and useful by fixing typos, updating outdated inform
3232
- Make Changes – Keep your commits small, focused, and well-documented. For detailed build and test instructions, refer to [Building from Source](docs/developer/building-from-source.md).
3333
- Log Changes – For behavior-affecting changes (features, fixes, API changes), update the [changelog](CHANGELOG.md) file under the "Unreleased" section. Follow the format at [keepachangelog.com](https://keepachangelog.com/en/1.1.0/). Skip logging internal changes like refactoring or tests.
3434
- Submit a PR – Open a pull request and reference any relevant issues or discussions.
35+
- Coverage - Please look at the coverage change details and create unit tests, integration tests or end-to-end tests to cover new functionality or changes.
3536

3637
### Pull Request Checklist
3738
Before introducing major changes, we strongly recommend opening a PR that outlines your proposed design.

0 commit comments

Comments
 (0)