From 60ecac4ae46849c14ab177f177273f3871d6a649 Mon Sep 17 00:00:00 2001 From: Piotr Czajka Date: Sun, 17 Sep 2023 14:13:34 +0200 Subject: [PATCH] add contribution mention in README.md --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 7095298..261fc3b 100644 --- a/README.rst +++ b/README.rst @@ -64,3 +64,9 @@ macOS ✔ ✗ Windows ✗ ✗ ========== ========= ======== + +Contributions +============= + + +Contributions are very welcome. Easiest way to contribute is look at the Python library https://github.com/borisbabic/browser_cookie3, try to mimic the behaviour, which this library lack, and submit a pull request. Make sure to format it, clippy and include some tests.