Skip to content

Commit

Permalink
feat(contributing): add a regressions section
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Oct 7, 2024
1 parent 5d259aa commit 682ce78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ While the prerequisites above must be satisfied prior to having your pull reques

It is fine to force-push either (1) before asking for a review or (2) after PR approval, just before merging. Otherwise, in between two reviews, please do not force-push.

### Regressions

When a PR introduces a regression, a fix should be submitted in a
window of 2 days, otherwise the PR will be reverted.

## Rules for the OCaml code
- Never use the OCaml standard library, always use [`base`](https://v3.ocaml.org/p/base/latest/doc/index.html), [`core`](https://v3.ocaml.org/p/core/latest/doc/index.html) or [`stdlib`](https://v3.ocaml.org/p/stdlib/latest/doc/index.html) instead.
Expand Down

0 comments on commit 682ce78

Please sign in to comment.