diff options
Diffstat (limited to '_sources/contributing.rst.txt')
| -rw-r--r-- | _sources/contributing.rst.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_sources/contributing.rst.txt b/_sources/contributing.rst.txt new file mode 100644 index 0000000..2489abb --- /dev/null +++ b/_sources/contributing.rst.txt | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | ####################### | ||
| 2 | Contributing to EventMQ | ||
| 3 | ####################### | ||
| 4 | |||
| 5 | A few tips when working on the code | ||
| 6 | |||
| 7 | * Use relative imports. If you use absolute imports then when you `import eventmq.exceptions` it's possible that you receive in return a different version of eventmq. exceptions installed somewhere else on the system. | ||
| 8 | |||
| 9 | .. toctree:: | ||
| 10 | :maxdepth: 1 | ||
| 11 | |||
| 12 | protocol | ||
| 13 | Source Code <https://github.com/enderlabs/eventmq> | ||
| 14 | Issues <https://github.com/enderlabs/eventmq/issues> | ||