From 3b956caba2baf111857bfdf6ee9fd700950e70a8 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Mon, 22 Jan 2018 14:42:35 +0530 Subject: [PATCH] Update contributing guidelines --- CONTRIBUTING.md | 7 ++----- README.md | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7eac07d..17c52ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -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. +All kinds of patches are welcome. Feel free to even suggest some catchy and funny titles for the existing Examples. The goal is to make this collection as interesting to read as possible. If the changes you suggest are siginificant, filing an issue before submitting the actual patch will be appreciated. If you'd like to work on the issue (highly encouraged), you can mention that you're interested in working on it while creating the issue and get assigned to it. @@ -7,7 +7,7 @@ If you're adding a new example, please do create an issue to discuss it before s You can use the following template for adding a new example:
-### Some fancy Title
+### ▶ Some fancy Title
 
 ```py
 # Setting up the code.
@@ -21,9 +21,6 @@ Probably unexpected output
 ```
 (Optional): One line describing the unexpected output.
 
-**Note:** All the examples mentioned below are run on Python 3.5.2 interactive interpreter unless explicitly specified.
-
-
 #### 💡 Explanation:
 * Brief explanation of what's happening and why is it happening.
   ```py
diff --git a/README.md b/README.md
index 52aaad3..d615399 100644
--- a/README.md
+++ b/README.md
@@ -2318,9 +2318,9 @@ 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/issues/new) first before submitting a patch will be appreciated :) Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for further details.
+All patches are Welcome! Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for further details.
 
-For discussions, either create a new [issue](https://github.com/satwikkansal/wtfpython/issues/new) or ping on the Gitter [channel](https://gitter.im/wtfpython/Lobby)
+For discussions, you can either create a new [issue](https://github.com/satwikkansal/wtfpython/issues/new) or ping on the Gitter [channel](https://gitter.im/wtfpython/Lobby)
 
 # Acknowledgements