-
Notifications
You must be signed in to change notification settings - Fork 33
docs: add contributor README file #225
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
Conversation
|
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 |
|
Thank you @Tusharjamdade for the work. I will look into this.. |
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. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wrap lines at 79 columns.
|
Hi @setrofim, I have made the changes. Please let me know if any additional changes are needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see some suggested changes..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Thank you @Tusharjamdade for picking this pending work!, I have now Merged your PR. |
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