docs: add CONTRIBUTING.md as a best-practices reference for contributors#92
Open
rmiki-dev wants to merge 1 commit intocontainers:mainfrom
Open
docs: add CONTRIBUTING.md as a best-practices reference for contributors#92rmiki-dev wants to merge 1 commit intocontainers:mainfrom
rmiki-dev wants to merge 1 commit intocontainers:mainfrom
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 72.87% 79.37% +6.49%
==========================================
Files 10 10
Lines 1412 1115 -297
==========================================
- Hits 1029 885 -144
+ Misses 271 133 -138
+ Partials 112 97 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1e65cf6 to
2339171
Compare
Signed-off-by: Rosy-Glorious Miki <rmiki@redhat.com>
2339171 to
2faade9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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