Directory Structure Reorganization #637
Anushkabh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
We are excited to announce that we've made some significant changes to our repository by reorganizing the directory structure. This update is aimed at improving the overall organization and maintainability of the codebase, making it easier for everyone to navigate and contribute.
What Has Changed?
Action Required
For All Contributors:
bash
Fetch the latest changes from the main repository
git fetch origin
Checkout to your local main branch
git checkout main
Merge the fetched changes into your local main branch
git merge origin/main
If you are working on a feature branch, rebase it with the updated main branch
git checkout your-feature-branch
git rebase main
Reference PR
For more details on the changes made, please refer to the PR #636 where the reorganization was implemented.
GSSoC'24 Participants
As this repository is part of the GSSoC'24 program, we kindly request all participants to review the changes and adjust your work accordingly. This will help ensure smooth collaboration and integration of your contributions.
We appreciate your understanding and cooperation in this matter. If you have any questions or need further clarification, feel free to reach out in the comments or our communication channels.
Happy coding!
Best regards,
Anushka Bhandari
Project Admin
KrishiConnect
Beta Was this translation helpful? Give feedback.
All reactions