From e35f19ab1b13390f82010cab9c344f2196daafb1 Mon Sep 17 00:00:00 2001 From: lu4p Date: Sun, 8 Nov 2020 16:46:34 +0100 Subject: [PATCH] Add a Contributing section to the README (#187) Fixes #185 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b63721..d65c117 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,7 @@ prints panics, fatal errors, and trace/debug info. All in all this can make bina Note: if `-tiny` is passed, no panics, fatal errors will ever be printed, but they can still be handled internally with `recover` as normal. In addition, the `GODEBUG` environmental variable will be ignored. + +### Contributing +We actively seek new contributors, if you would like to contribute to garble use the +[CONTRIBUTING.md](CONTRIBUTING.md) as a starting point.