Skip to content

Commit 4430e19

Browse files
[doc] Separate false postives and bug/crashes in contributor doc (#7182)
1 parent eea753c commit 4430e19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/development_guide/contributor_guide/contribute.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Finding something to do
88
-----------------------
99

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.
1111
Here's a list of links you can check depending on what you want to do:
1212

1313
- `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:
1818
- `Investigating or debugging complicated issues`_
1919
- `Designing or specifying a solution`_
2020
- `Giving your opinion on ongoing discussion`_
21-
- `Fixing false positives or bugs`_
21+
- `Fixing bugs and crashes`_
22+
- `Fixing false positives`_
2223
- `Creating new features or fixing false negatives`_
2324
- `Reviewing pull requests`_
2425

@@ -31,7 +32,8 @@ Here's a list of links you can check depending on what you want to do:
3132
.. _`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
3233
.. _`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
3334
.. _`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
36+
.. _`Fixing false positives`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22False+Positive+%F0%9F%A6%9F%22
3537
.. _`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
3638
.. _`Reviewing pull requests`: https://github.com/PyCQA/pylint/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+review+%F0%9F%94%8D%22
3739

0 commit comments

Comments
 (0)