Skip to content

Commit

Permalink
docs/dev: notice for testing before contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed May 30, 2023
1 parent 48ad2b3 commit ce444a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Nixd regression tests could be found at [here](tools/nixd/test/).
Our git history is semi-linear.
That is, firstly we rebase a branch on the top of the mainline, then merge it with `--no-ff`.

Our continuous integration systems will enable several **sanitizer** options to detect data races and undefined behavior in our codebase.

Please add or modify tests for your changed files (with all branches are coveraged) and ensure that all tests can pass with sanitizers enabled.

#### Commit message

Commit messages are formatted with:
Expand Down

0 comments on commit ce444a8

Please sign in to comment.