From 52c65a3b30a20426a2cb33039f1c49192669cd41 Mon Sep 17 00:00:00 2001 From: Domizio Demichelis Date: Thu, 8 Oct 2020 22:07:46 +0700 Subject: [PATCH] added "Contributions" section in the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 12bfc23cd..de464ab3d 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,14 @@ Besides the classic pagination offered by the `pagy_nav` helpers, you can use a Pagy follows the [Semantic Versioning 2.0.0](https://semver.org/). Please, check the [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) for breaking changes introduced by mayor versions. +### Contributions + +Pull Requests are welcome! + +Before spending time creating a (potentially complex) Pull Request, you can [Confirm on Gitter](https://gitter.im/ruby-pagy/Lobby) whether your proposed changes are going to be useful for most users. + +If you Create A Pull Request, please ensure that the "All checks have passed" indicator gets green light on the Pull Request page. That means that the tests passed and Codecov and Rubocop are happy. + ### Branches The `master` branch is the latest rubygem-published release. It also contains docs and comment changes that don't affect the published code.