From 2dd8db8d5f6c6e1c6e390024f06faa0827e7b6a1 Mon Sep 17 00:00:00 2001 From: Joris Roovers Date: Thu, 11 May 2023 08:08:03 +0000 Subject: [PATCH] Remove looking for contributors message in README Maintenance is under control, we can put this message back in the future if required. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 909d9ca3..6a9a46ca 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,9 @@ Git commit message linter written in python, checks your commit messages for sty -## Contributing ## +## Contributing All contributions are welcome and very much appreciated! -**I'm [looking for contributors](https://github.com/jorisroovers/gitlint/issues/134) that are interested in taking a more active co-maintainer role as it's becoming increasingly difficult for me to find time to maintain gitlint. Please leave a comment in [#134](https://github.com/jorisroovers/gitlint/issues/134) if you're interested!** - See [jorisroovers.github.io/gitlint/contributing](https://jorisroovers.github.io/gitlint/contributing) for details on how to get started - it's easy!