You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's start working with forks, branches, and pull requests. This is what we will do from now on:
1- Make your own fork of this repository. Do not push changes straight to the uibcdf/OpenENM if not necessary. Do not work with this repo, work with your fork.
2- Clone your forked repository in your machine.
3- Any change, modification, implementation... do it in a new branch (different from main) in your fork.
4- Create and work with as many branches as you need. Once the implementation developed in your branch XXX has been finished, make a PR (Pull Request) from XXX (of your fork) to the branch main of the uibcdf repository.
5- PRs will be reviewed always by one of the main developers different from the author (at this point I review your PRs, and you mine).
6- Once a PR has been reviewed, accepted, and merged, you have to fetch the new changes from the main branch of uibcdf repo to your main branch (fork repo). Keep always your main branch of your fork updated with the main branch of this repository.
I am sure that you will have many doubts about this process. This is the place to ask. Courage! 💪🏻
The text was updated successfully, but these errors were encountered:
Let's start working with forks, branches, and pull requests. This is what we will do from now on:
1- Make your own fork of this repository. Do not push changes straight to the uibcdf/OpenENM if not necessary. Do not work with this repo, work with your fork.
2- Clone your forked repository in your machine.
3- Any change, modification, implementation... do it in a new branch (different from
main
) in your fork.4- Create and work with as many branches as you need. Once the implementation developed in your branch
XXX
has been finished, make a PR (Pull Request) fromXXX
(of your fork) to the branchmain
of the uibcdf repository.5- PRs will be reviewed always by one of the main developers different from the author (at this point I review your PRs, and you mine).
6- Once a PR has been reviewed, accepted, and merged, you have to fetch the new changes from the
main
branch of uibcdf repo to yourmain
branch (fork repo). Keep always yourmain
branch of your fork updated with themain
branch of this repository.I am sure that you will have many doubts about this process. This is the place to ask. Courage! 💪🏻
The text was updated successfully, but these errors were encountered: