From 1a79352cc3769c699a095d9e0973b22f7f1cb17d Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Fri, 1 Sep 2017 14:05:28 +0530 Subject: [PATCH] Update contributing section * Link to CONTRIBUTING.md in the "Contributing" section * Add couple of lines in CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 976d0d9..a5aaadc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,6 @@ -All patches are welcome. If you're adding a new example, please do create an issue before submitting a patch. +All patches are welcome. Feel free to even suggest some catch and funny titles for the existing Examples. I really want to make this collection as interesting to read as possible. + +If you're adding a new example, please do create an issue to discuss it before submitting a patch. You can use the following template for adding a new example: diff --git a/README.md b/README.md index cde28ee..7a5a54c 100755 --- a/README.md +++ b/README.md @@ -1511,7 +1511,7 @@ Trying to come up with an example that combines multiple examples discussed abov # Contributing -All patches are Welcome! Filing an [issue](https://github.com/satwikkansal/wtfPython) first before submitting a patch will be appreciated :) +All patches are Welcome! Filing an [issue](https://github.com/satwikkansal/wtfPython) first before submitting a patch will be appreciated :) You can see [CONTRIBUTING.md](/CONTRIBUTING.md) further details. # Acknowledgements