Update contributing guide.

This commit is contained in:
Satwik Kansal 2017-09-11 21:50:33 +05:30
parent 76da1b8740
commit 17a456adf1
2 changed files with 3 additions and 1 deletions

2
CONTRIBUTING.md vendored
View File

@ -1,5 +1,7 @@
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 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.
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:

2
README.md vendored
View File

@ -1723,7 +1723,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 :) You can see [CONTRIBUTING.md](/CONTRIBUTING.md) further details.
All patches are Welcome! Filing an [issue](https://github.com/satwikkansal/wtfPython) first before submitting a patch will be appreciated :) Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for further details.
# Acknowledgements