{{ message }}
doc: Documentation on setting up the environment#719
Merged
SemyonSinchenko merged 3 commits intographframes:mainfrom Oct 3, 2025
Merged
doc: Documentation on setting up the environment#719SemyonSinchenko merged 3 commits intographframes:mainfrom
SemyonSinchenko merged 3 commits intographframes:mainfrom
Conversation
Signed-off-by: joelrobin18 <joelrobin1818@gmail.com>
WeichenXu123
reviewed
Oct 3, 2025
Signed-off-by: joelrobin18 <joelrobin1818@gmail.com>
Collaborator
SemyonSinchenko
left a comment
There was a problem hiding this comment.
At first I want to say thank you for this contribution and interest to the project! I left a few comments, actually there are some easier ways to do some things. And it is my bad that project lacks the good contribution guide :(
Signed-off-by: joelrobin18 <joelrobin1818@gmail.com>
SemyonSinchenko
approved these changes
Oct 3, 2025
Collaborator
SemyonSinchenko
left a comment
There was a problem hiding this comment.
LGTM! Nice work, thank you @joelrobin18 !
Collaborator
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.

What changes were proposed in this pull request?
Added a comprehensive Contributing-guide.md file that provides detailed instructions for setting up the project locally for development and testing purposes.
Why are the changes needed?
The project previously lacked documentation on how to set up the development environment locally, run tests, and contribute changes through pull requests. By introducing a comprehensive Contributing-guide.md, we provide step-by-step instructions for environment setup, dependency installation, testing, and the pull request workflow. This would ease the process of contribution for the new contributors.