docs: add contributor README file#225
Merged
yogeshbdeshpande merged 4 commits intoveraison:mainfrom Oct 9, 2025
Merged
Conversation
Contributor
Author
|
Hi @yogeshbdeshpande, I’ve created this PR by incorporating the changes proposed in PR #151. Please review and let me know if any further changes or improvements are required |
Contributor
|
Thank you @Tusharjamdade for the work. I will look into this.. |
setrofim
reviewed
Oct 1, 2025
CONTRIBUTING.md
Outdated
| @@ -0,0 +1,86 @@ | |||
| ### Contributing | |||
|
|
|||
| Thank you for your interest in contributing to this project! We welcome and appreciate all forms of contribution—bug fixes, new features, documentation improvements, and tests. Following these guidelines helps ensure a smooth and efficient review process. | |||
Contributor
There was a problem hiding this comment.
Please wrap lines at 79 columns.
Contributor
Author
|
Hi @setrofim, I have made the changes. Please let me know if any additional changes are needed. |
yogeshbdeshpande
requested changes
Oct 7, 2025
Contributor
yogeshbdeshpande
left a comment
There was a problem hiding this comment.
Please see some suggested changes..
Contributor
|
Thank you @Tusharjamdade for picking this pending work!, I have now Merged your PR. |
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.
Closes #150
Added a
CONTRIBUTING.mdfile with clear guidelines for contributors.This helps new contributors understand the workflow for forking, branching, committing, and opening PRs.
It also includes coding standards, commit message format, and links to the Code of Conduct.
Improves project documentation and onboarding process.
Ready for review