You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: CONTRIBUTING.rst
+9-10
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ There are lots of ways to get involved with PyOTA. Many of them don't require w
18
18
- Improving Documentation
19
19
- Writing Tutorials
20
20
- Reporting Bugs
21
-
- Helping Users on the ``#iota-libs-pyota`` Channel on `Slack`_
21
+
- Helping Users on the ``#python`` Channel on `Discord`_
22
22
- Fixing Bugs and Implementing New Features
23
23
- Writing Unit and Functional Tests
24
24
25
25
A Few Things that We Can't Accept
26
26
---------------------------------
27
27
We're pretty open about how people contribute to PyOTA, but there are a few things that we can't accept:
28
28
29
-
- Please do not post support requests here. Use the ``#iota-libs-pyota`` channel on `Slack`_ or post in the `forum`_ to ask for help.
29
+
- Please do not post support requests here. Use the ``#python`` channel on `Discord`_
30
30
- Please do not propose new API methods here. There are multiple IOTA API libraries out there, and they must all have the same functionality.
31
31
32
-
- That said, if you have an idea for a new API method, please share it on the ``#developers`` channel in `Slack`_ so that IOTA Foundation members can evaluate it!
32
+
- That said, if you have an idea for a new API method, please share it on the ``#developers`` channel in `Discord`_ so that IOTA Foundation members can evaluate it!
33
33
34
34
35
35
Need Some Inspiration?
@@ -38,7 +38,7 @@ If you would like to help out but don't know how to get started, here are some
38
38
places you can look for inspiration:
39
39
40
40
- Look for issues marked `help wanted`_ in the `PyOTA Bug Tracker`_
41
-
- Introduce yourself in the `#iota-libs-pyota` channel in `Slack`_ and watch for questions or issues that you can help with.
41
+
- Introduce yourself in the `#python` channel in `Discord`_ and watch for questions or issues that you can help with.
42
42
- Browse existing `tutorials`_ for other programming languages and create Python versions.
43
43
44
44
Is This Your First Contribution?
@@ -57,12 +57,12 @@ Instructions
57
57
1. Make sure it really is a PyOTA bug.
58
58
59
59
- Check the traceback, and see if you can narrow down the cause of the bug.
60
-
- If the error is not directly caused by PyOTA, or if you are unable to figure out what is causing the problem, we're still here for for you! Post in the ``#iota-libs-pyota`` channel in `Slack`_ for assistance.
60
+
- If the error is not directly caused by PyOTA, or if you are unable to figure out what is causing the problem, we're still here for for you! Post in the ``#python`` channel in `Discord`_ for assistance.
61
61
62
62
2. Is it safe to publish details about this bug publicly?
63
63
64
64
- If the bug is security-related (e.g., could compromise a user's seed if exploited), or if it requires sensitive information in order to reproduce (e.g., the private key for an address), please do not post in in the PyOTA Bug Tracker!
65
-
- To report security-related bugs, please contact ``@phx`` directly in `Slack`_.
65
+
- To report security-related bugs, please contact ``@phx`` directly in `Discord`_.
66
66
67
67
3. Is this a known issue?
68
68
@@ -124,7 +124,7 @@ PyOTA is a critical component for many applications, and as such its code must b
124
124
125
125
This is a big list, but don't let it intimidate you! Many of these are "common sense" things that you probably do already, but we have to list them here anyway, just so that there's no confusion.
126
126
127
-
If you have any questions, please feel free to post in the ``#iota-libs-pyota`` channel in `Slack`_!
127
+
If you have any questions, please feel free to post in the ``#python`` channel in `Discord`_!
128
128
129
129
- Please create Pull Requests against the ``develop`` branch.
130
130
- Please limit each Pull Request to a single bugfix/enhancement.
@@ -158,11 +158,10 @@ When you submit a Pull Request, here is what you can expect from the individual
158
158
159
159
.. _come on over and help us out!: https://github.com/iotaledger/iota.lib.py/issues/145
0 commit comments