Skip to content

Commit

Permalink
Merge pull request #964 from hacspec/contributing-regressions
Browse files Browse the repository at this point in the history
feat(contributing): add a `regressions` section
  • Loading branch information
W95Psp authored Oct 7, 2024
2 parents 5d259aa + 682ce78 commit 2b50069
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 2b50069

Please sign in to comment.