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

CONTRIBUTING.md for LitData #391

Merged

Conversation

deependujha
Copy link
Collaborator

What does this PR do?

Fixes #354

I've just copy-pasted CONTRIBUTING.md from pytorch-lightning repository. No modifications done yet. Let's Work together on this and adapt it for LitData.

Aim is to make it simple and powerful enough for beginners to get started with contributing to LitData.

cc:
@bhimrazy

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@deependujha deependujha marked this pull request as draft October 8, 2024 06:22
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 78%. Comparing base (7264fce) to head (d01c87b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #391   +/-   ##
===================================
  Coverage    78%    78%           
===================================
  Files        34     34           
  Lines      5044   5042    -2     
===================================
  Hits       3948   3948           
+ Misses     1096   1094    -2     

@bhimrazy
Copy link
Collaborator

bhimrazy commented Oct 8, 2024

Let's Work together on this and adapt it for LitData.

Sure @deependujha. Thanks for drafting a PR.

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
@deependujha deependujha marked this pull request as ready for review October 14, 2024 07:39
CONTRIBUTING.md Outdated Show resolved Hide resolved
@deependujha
Copy link
Collaborator Author

deependujha commented Oct 14, 2024

chunk deletion issue is back, but this time on Windows. 😵‍💫
I'll inspect the bug later on.

For now, this PR is ready for review.

Copy link
Collaborator

@bhimrazy bhimrazy left a comment

Choose a reason for hiding this comment

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

Everything is looking great so far!

It seems that this PR also includes some changes in data_processor.py, but that's fine.

Let's wait for the final review from @tchaton or @Borda as well.

@deependujha
Copy link
Collaborator Author

deependujha commented Oct 14, 2024

It seems that this PR also includes some changes in data_processor.py, but that's fine.

The original PR was merged before I could remove the loop (I was not active).

@tchaton tchaton merged commit 3d3e5ad into Lightning-AI:main Oct 15, 2024
28 of 29 checks passed
@tchaton
Copy link
Collaborator

tchaton commented Oct 15, 2024

Nice @deependujha !

@deependujha deependujha deleted the feat/contributing-md-for-litdata branch October 15, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A contributing.md for the project
3 participants