Skip to content

Commit 3b956ca

Browse files
committed
Update contributing guidelines
1 parent a253ec4 commit 3b956ca

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CONTRIBUTING.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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.
1+
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.
22

33
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.
44

@@ -7,7 +7,7 @@ If you're adding a new example, please do create an issue to discuss it before s
77
You can use the following template for adding a new example:
88

99
<pre>
10-
### Some fancy Title
10+
### Some fancy Title
1111

1212
```py
1313
# Setting up the code.
@@ -21,9 +21,6 @@ Probably unexpected output
2121
```
2222
(Optional): One line describing the unexpected output.
2323

24-
**Note:** All the examples mentioned below are run on Python 3.5.2 interactive interpreter unless explicitly specified.
25-
26-
2724
#### 💡 Explanation:
2825
* Brief explanation of what's happening and why is it happening.
2926
```py

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2318,9 +2318,9 @@ Trying to come up with an example that combines multiple examples discussed abov
23182318
23192319
# Contributing
23202320
2321-
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.
2321+
All patches are Welcome! Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for further details.
23222322
2323-
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)
2323+
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)
23242324
23252325
# Acknowledgements
23262326

0 commit comments

Comments
 (0)