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
Copy file name to clipboardExpand all lines: doc/development_guide/contributor_guide/contribute.rst
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Finding something to do
8
8
-----------------------
9
9
10
-
Want to contribute to pylint? There's a lot of things you can do.
10
+
Want to contribute to pylint? There's a lot of things you can do.
11
11
Here's a list of links you can check depending on what you want to do:
12
12
13
13
- `Asking a question on discord`_, or `on github`_
@@ -18,7 +18,8 @@ Here's a list of links you can check depending on what you want to do:
18
18
- `Investigating or debugging complicated issues`_
19
19
- `Designing or specifying a solution`_
20
20
- `Giving your opinion on ongoing discussion`_
21
-
- `Fixing false positives or bugs`_
21
+
- `Fixing bugs and crashes`_
22
+
- `Fixing false positives`_
22
23
- `Creating new features or fixing false negatives`_
23
24
- `Reviewing pull requests`_
24
25
@@ -31,7 +32,8 @@ Here's a list of links you can check depending on what you want to do:
31
32
.. _`Investigating or debugging complicated issues`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+investigation+%F0%9F%94%AC%22
32
33
.. _`Designing or specifying a solution`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+design+proposal+%3Alock%3A%22%2C%22Needs+specification+%3Aclosed_lock_with_key%3A%22
33
34
.. _`Giving your opinion on ongoing discussion`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+decision+%3Alock%3A%22
34
-
.. _`Fixing false positives or bugs`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22False+Positive+%F0%9F%A6%9F%22%2C%22Bug+%3Abeetle%3A%22%2C%22Crash+%F0%9F%92%A5%22
35
+
.. _`Fixing bugs and crashes`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Bug+%3Abeetle%3A%22%2C%22Crash+%F0%9F%92%A5%22
.. _`Creating new features or fixing false negatives`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22False+Negative+%F0%9F%A6%8B%22%2C%22Enhancement+%E2%9C%A8%22
0 commit comments