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

archive-zip: Added macros, also corrected payload size #1775

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shubhamessier
Copy link

@shubhamessier shubhamessier commented Aug 29, 2024

No description provided.

Copy link

There are issues in commit b3fd75f:
Added macros, also replaced sizeof(..) by offsetof(..) for correct payload size.
Commit checks stopped - the message is too short
First line of commit message is too long (> 76 columns)
Commit not signed off

@shubhamessier shubhamessier changed the title archive-zip: Added macros, also replaced sizeof(..) by offsetof(..) for correct payload size archive-zip: Added macros, also corrected payload size Aug 30, 2024
kiruthikpurpose

This comment was marked as outdated.

@shubhamessier
Copy link
Author

Great work. Keep it up.

What's the next step to my contribution, I hope it works just fine.

Copy link
Member

@dscho dscho left a comment

Choose a reason for hiding this comment

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

@shubhamessier are you interested in contributing this patch? If so, I encourage you to have a look at https://github.blog/2022-06-30-write-better-commits-build-better-projects/ to improve it, in particular with a strong focus on this part:

  What you’re doing Why you’re doing it
High-level (strategic) Intent (what does this accomplish?) Context (why does the code do what it does now?)
Low-level (tactical) Implementation (what did you do to accomplish your goal?) Justification (why is this change being made?)

Also, the build seems to fail, have you test-compiled this in your local setup? Does it compile there?

@dscho
Copy link
Member

dscho commented Nov 5, 2024

@shubhamessier are you still interested in this PR?

@shubhamessier
Copy link
Author

@dscho yes sure, just let me run the checks locally again to fix those build fails.

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.

3 participants