docs: add CONTRIBUTING.md as a best-practices reference for contributors - #92
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive CONTRIBUTING.md file outlining the project's development workflow, commit standards, and testing procedures. Feedback was provided to correct a typo and remove trailing whitespace in the introduction, as well as to update the minimum Go version requirement to 1.26 to align with the project's go.mod file.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
==========================================
+ Coverage 79.19% 79.37% +0.17%
==========================================
Files 10 10
Lines 1115 1115
==========================================
+ Hits 883 885 +2
+ Misses 134 133 -1
+ Partials 98 97 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2339171 to
2faade9
Compare
kgiusti
left a comment
There was a problem hiding this comment.
Thanks for adding this! I had a couple of recommendations for you to consider - see inline.
knecasov
left a comment
There was a problem hiding this comment.
I added several comments.
2faade9 to
6baf1a8
Compare
kgiusti
left a comment
There was a problem hiding this comment.
Thanks for the updates!
cf98a30 to
4070a35
Compare
Signed-off-by: Rosy-Glorious Miki <rmiki@redhat.com>
4070a35 to
77cff7f
Compare
knecasov
left a comment
There was a problem hiding this comment.
LGTM, thank you very much for your patience in incorporating all my notes!
CONTRIBUTING.md file to guide new contributors through the development workflow, commit requirements, and PR process for the tar-diff project.
A "Contributing to tar-diff" section has also been added to
README.mddirecting users to the guideThe key sections in this PR include:
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com