Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link issue tracker in contributing docs #5688

Merged
merged 8 commits into from
Jul 13, 2023

Conversation

konstin
Copy link
Member

@konstin konstin commented Jul 11, 2023

Summary

This adds links to issue categories that are good for people looking to implement something and a link to the contributing guide feedback issue (#5684)

@konstin konstin added the internal An internal refactor or improvement label Jul 11, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jul 11, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.01      8.0±0.01ms     5.1 MB/sec    1.00      7.9±0.02ms     5.2 MB/sec
formatter/numpy/ctypeslib.py               1.00   1849.2±1.84µs     9.0 MB/sec    1.00   1856.7±6.68µs     9.0 MB/sec
formatter/numpy/globals.py                 1.00    207.5±0.69µs    14.2 MB/sec    1.01   210.1±15.26µs    14.0 MB/sec
formatter/pydantic/types.py                1.00      4.0±0.06ms     6.4 MB/sec    1.00      4.0±0.02ms     6.4 MB/sec
linter/all-rules/large/dataset.py          1.00     13.4±0.02ms     3.0 MB/sec    1.00     13.3±0.02ms     3.0 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      3.4±0.01ms     5.0 MB/sec    1.01      3.4±0.01ms     4.9 MB/sec
linter/all-rules/numpy/globals.py          1.00    428.5±0.42µs     6.9 MB/sec    1.01    431.7±0.87µs     6.8 MB/sec
linter/all-rules/pydantic/types.py         1.00      6.0±0.01ms     4.3 MB/sec    1.01      6.0±0.01ms     4.3 MB/sec
linter/default-rules/large/dataset.py      1.00      6.7±0.01ms     6.1 MB/sec    1.01      6.7±0.01ms     6.1 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1448.1±2.99µs    11.5 MB/sec    1.02   1474.1±3.07µs    11.3 MB/sec
linter/default-rules/numpy/globals.py      1.00    165.7±0.77µs    17.8 MB/sec    1.02    168.7±0.33µs    17.5 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.0±0.01ms     8.5 MB/sec    1.01      3.0±0.01ms     8.4 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.01      9.5±0.04ms     4.3 MB/sec    1.00      9.4±0.03ms     4.3 MB/sec
formatter/numpy/ctypeslib.py               1.00      2.1±0.01ms     7.9 MB/sec    1.01      2.1±0.01ms     7.9 MB/sec
formatter/numpy/globals.py                 1.00    228.4±1.62µs    12.9 MB/sec    1.00    229.4±7.21µs    12.9 MB/sec
formatter/pydantic/types.py                1.00      4.7±0.02ms     5.4 MB/sec    1.00      4.7±0.03ms     5.4 MB/sec
linter/all-rules/large/dataset.py          1.01     15.7±0.11ms     2.6 MB/sec    1.00     15.6±0.06ms     2.6 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      4.1±0.02ms     4.0 MB/sec    1.00      4.1±0.02ms     4.0 MB/sec
linter/all-rules/numpy/globals.py          1.01    426.7±4.90µs     6.9 MB/sec    1.00    423.8±4.74µs     7.0 MB/sec
linter/all-rules/pydantic/types.py         1.00      7.1±0.05ms     3.6 MB/sec    1.00      7.1±0.09ms     3.6 MB/sec
linter/default-rules/large/dataset.py      1.01      8.1±0.05ms     5.0 MB/sec    1.00      8.0±0.04ms     5.1 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1653.2±9.62µs    10.1 MB/sec    1.00  1647.3±25.61µs    10.1 MB/sec
linter/default-rules/numpy/globals.py      1.01    180.1±1.17µs    16.4 MB/sec    1.00    177.7±1.86µs    16.6 MB/sec
linter/default-rules/pydantic/types.py     1.01      3.6±0.02ms     7.0 MB/sec    1.00      3.6±0.02ms     7.1 MB/sec

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated
@@ -34,6 +36,8 @@ As a concrete example: consider taking on one of the rules from the [`flake8-pyi
plugin, and looking to the originating [Python source](https://github.com/PyCQA/flake8-pyi) for
guidance.

If there is something missing in the contributing docs, please comment [here](https://github.com/astral-sh/ruff/issues/5684)!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to a discussion right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, updated

## Summary

This adds links to issue categories that are good for people looking to implement something and a link to the contributing guide feedback issue (#5684)
@konstin konstin changed the base branch from main to docs July 12, 2023 13:33
@konstin konstin force-pushed the add_issue_tracker_links_to_contributing_docs branch from 7794f66 to 2efef23 Compare July 12, 2023 13:33
@konstin
Copy link
Member Author

konstin commented Jul 12, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

Base automatically changed from docs to main July 12, 2023 14:18
konstin and others added 2 commits July 12, 2023 16:18
Co-authored-by: Zanie <contact@zanie.dev>
@charliermarsh
Copy link
Member

(Disregard deleted comment, I can work around for now.)

CONTRIBUTING.md Outdated
@@ -34,6 +36,8 @@ As a concrete example: consider taking on one of the rules from the [`flake8-pyi
plugin, and looking to the originating [Python source](https://github.com/PyCQA/flake8-pyi) for
guidance.

If there is something missing in the contributing docs, please comment [here](https://github.com/astral-sh/ruff/discussions/5693)!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably write something corny like: "If you have suggestions on how we might improve the contributing documentation, let us know!"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smooth

Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@konstin konstin enabled auto-merge (squash) July 13, 2023 10:35
@konstin konstin merged commit b1781ab into main Jul 13, 2023
@konstin konstin deleted the add_issue_tracker_links_to_contributing_docs branch July 13, 2023 10:42
konstin added a commit that referenced this pull request Jul 19, 2023
## Summary

This adds links to issue categories that are good for people looking to
implement something and a link to the contributing guide feedback issue
(#5684)

---------

Co-authored-by: Zanie <contact@zanie.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants