From d3e8be1d7bcbb380081a9165c6e2d44ca3ad6c42 Mon Sep 17 00:00:00 2001 From: exsersewo Date: Mon, 24 Sep 2018 17:22:05 +0100 Subject: [PATCH] Update README.md Add Contrib guideline --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b5c9da..089d1ef 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,6 @@ List of Methods in Wrapper: - `GetKonaChanImagesAsync(string[] tags)` - `GetYandereImagesAsync(string[] tags)` - `GetRealBooruImagesAsync(string[] tags)` + +# Contributing +If you wish to add more booru's to the wrapper/make the code better/optimise the code, please fork your own version and pull-request it. If you are planning on adding another booru to the wrapper, please do it in a similar style to the currently existing methods.