Skip to content
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

Let's work with forks and branches #14

Open
dprada opened this issue Jul 6, 2022 · 0 comments
Open

Let's work with forks and branches #14

dprada opened this issue Jul 6, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@dprada
Copy link
Contributor

dprada commented Jul 6, 2022

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! 💪🏻

@dprada dprada added the good first issue Good for newcomers label Jul 6, 2022
@dprada dprada added this to the 0.1.0 milestone Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

2 participants