[Office Hours] How to contribute to the repos you've set up for us #113
-
Related DiscussionHi CS 342 Team! To contribute to the repos that you've set up for us, are we to fork them and create pr's that way, or will we be added as collaborators so that we can push our branches and make pr's from our branches to main? Or are we expected to create a repo of our own and the repo that you all have set up for us is just to play around with? ReproductionN/A Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @kkellybonilla, Happy to help! You and your team members are all part of the https://github.com/orgs/CS342/teams/2025-stanford-360 team. You can create feature branches directly in the repository, push to the newly created branches, and create a pull request to propose your changes to be merged in the main branch. It requires that all your builds are passing and you need to ask for reviews from your team members before you can merge the PR. You can not directly push to the main branch of the repository. Please check out the information we shared about these workflows in the lectures 3B and 4A. We would recommend using GitHub Desktop, might make your life a bit easier to deal with git. |
Beta Was this translation helpful? Give feedback.
-
Hello @PSchmiedmayer, I tried to merge the approved PR, and the builds also seem OK. However, the repo still doesn't allow pushing to the main, what could be the reason for that? See PR here ![]() |
Beta Was this translation helpful? Give feedback.
Hi @kkellybonilla,
Happy to help!
You and your team members are all part of the https://github.com/orgs/CS342/teams/2025-stanford-360 team.
The team has write access to the https://github.com/CS342/2025-Stanford-360 repository.
You can create feature branches directly in the repository, push to the newly created branches, and create a pull request to propose your changes to be merged in the main branch. It requires that all your builds are passing and you need to ask for reviews from your team members before you can merge the PR. You can not directly push to the main branch of the repository.
Please check out the information we shared about these workflows in the lectures 3B and 4A. We wo…