From 950b695f472d98f4fda36cd64ce9179badc7b29c Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Sat, 16 Oct 2021 17:37:29 -0400 Subject: [PATCH] add "Contributing" to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 78c855b..a3b8604 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,15 @@ If you encounter any issues running `squid-dl`, please create an issue [on GitHub](https://github.com/targetdisk/squid-dl/issues/new/choose). This software has only tested on Linux so far (patches welcome). + +## Contributing +Submit your patches as GitHub +[pull requests](https://github.com/targetdisk/squid-dl/pulls). + +### Contact +Feel free to holler at me on `#squid-dl` on +[Libera.chat](https://libera.chat/). + +### Style notes +I am an 80 column stickler. I run all Python code in this repository through +`black -l 80`.