-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
Information for new contributors #49275
Comments
@topper-123 this was pinned on purpose (also discussed on our slack, so please don’t remove the pin) |
@datapythonista - We'd like to leave this pinned, any objection? |
Ah, sorry, I think I probably confused this with a github popup or something. No familiar with pinned issues, I see on the history that I unpined it, but not that I planned to unpin anything for others. |
I can help in adding this info as contribution guideline. |
Good issue |
Hi @noatamir Can you add some lines like what is meant by "Needs Triage" because some new contributors are looking for |
@suresh33661 - thanks for the request! Can you open up a new issue with this request? This issue is really meant to just make it easier for new contributors to find information. Locking the conversation. |
@lukemanley - we'd like to leave this pinned indefinitely. Any objection? |
Sorry, no objection at all. Did not realize I unpinned it. |
Hi folks,
Welcome! If you are new contributor, here are some links to resources to get you started:
Please also consider joining our contributors' community, where folks connect with each to resolve issues and discuss ongoing work.
If something isn't clear, or doesn't go smoothly, then you can ask in our contributors' community or raise an issue.
As we continue to evolve contributing to pandas, you can check back here for updates in the list below. Thank you for being a part of pandas!
Recent updates:
--skip-slow
,--skip-network
, and--skip-db
have been removed (TST/CLN: Remove --skip-* flags in favor of -m "not *" #51490). You can use-m "not slow and not network and not db"
with pytest instead. See Running the test suite for a full example.The text was updated successfully, but these errors were encountered: