Skip to content

Commit 2b50069

Browse files
authored
Merge pull request #964 from hacspec/contributing-regressions
feat(contributing): add a `regressions` section
2 parents 5d259aa + 682ce78 commit 2b50069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ While the prerequisites above must be satisfied prior to having your pull reques
3939

4040
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.
4141

42+
### Regressions
43+
44+
When a PR introduces a regression, a fix should be submitted in a
45+
window of 2 days, otherwise the PR will be reverted.
4246

4347
## Rules for the OCaml code
4448
- 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.

0 commit comments

Comments
 (0)