From 6d1abff4d302fcbb57c937f38bcd261bf72e9a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blar?= Date: Thu, 18 Jan 2024 21:04:26 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7b698957..fea30620c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,10 +5,7 @@ How to contribute Getting Started --------------- -- Pick a feature from the [TODO Features](https://github.com/cieslarmichal/faker-cxx/blob/main/TODO.md) - or [Issues](https://github.com/cieslarmichal/faker-cxx/issues). You could also implement your own module/functions. -- If you picked a feature from list, please create an issue for it (so other contributors don't implement the same - feature). +- Pick an issue from [issues](https://github.com/cieslarmichal/faker-cxx/issues) or you can refactor the code or implement features that you find useful. - Fork the repository on GitHub Making Changes