From 412c6a1d268b3692736e0235c86199bc9d1886af Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 30 Jun 2026 10:06:45 -0500 Subject: [PATCH] chore: mentions docs on CONTRIBUTING --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a74285e10..4fe1cf98f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,6 +40,8 @@ Check the [development docs](https://github.com/PostgREST/postgrest/blob/main/ni * All fixes or features must have a test proving the improvement. +* All features must document the new behavior. Critical fixes that introduce new behavior must be documented too. + * All code must also pass a [linter](http://community.haskell.org/~ndm/hlint/) and [styler](https://github.com/jaspervdj/stylish-haskell) with no warnings. This helps enforce a uniform style for all committers. Continuous integration will check this as well on every pull request. There are useful tools in the nix-shell that help with checking this locally. You can run `postgrest-check` to do this manually but