PR isolating model changes for validation #753
Replies: 4 comments 2 replies
-
yes, this seems more or less reasonable. But create the new branches on master from upstream.
Then pick the changes you made in your master onto these new branches. you can either do this with the command line, or with a GUI tool like gitkraken. I don't think you have to set your default branch to |
Beta Was this translation helpful? Give feedback.
-
Just a quick comment on your PR. Overall, the modifications to the model look sensible. One thing, however, that needs validating is that |
Beta Was this translation helpful? Give feedback.
-
@tiagoandresvaz Hi Tiago, Both me and Richard, we reviewed the PR at the end of last week and I was worried that you closed the PR because we were not responsive for some time. Sorry for the delay, we had some work on another project. Sure, the workflow you described is reasonable. Let's do that. One thing it will solve is that we don't need to also merge your UI style changes and the change of the default scenario, for example. You can have these customizations on your fork separately for Brazil, and we can stick with the "international" ones. Feel free to resubmit the PR. Let us know if you have other suggestions or ideas, regarding local specifics in Brazil or otherwise. We always glad to hear from people in different parts of the world. |
Beta Was this translation helpful? Give feedback.
-
Hi Ivan,
It was for a good reason. Now I have things more organized here on my side.
I am going to create a new branch for palliative flux on upstream and
create a new PR from there! Thanks for your reply 👍
Em dom, 12 de jul de 2020 às 23:30, Ivan Aksamentov <
[email protected]> escreveu:
@tiagoandresvaz <https://github.com/tiagoandresvaz> Hi Tiago,
Both me and Richard, we reviewed the PR at the end of last week and I was
worried that you closed the PR because we were not responsive for some
time. Sorry for the delay, we had some work on another project.
Sure, the workflow you described is reasonable. Let's do that. One thing
it will solve is that we don't need to also merge your UI style changes and
the change of the default scenario, for example. You can have these
customizations on your fork separately for Brazil, and we can stick with
the "international" ones.
Feel free to resubmit the PR.
Let us know if you have other suggestions or ideas, regarding local
specifics in Brazil or otherwise. We always glad to hear from people in
different parts of the world.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#753 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFXWDNTF6ZOTRNMXZ2FBWLR3JWSXANCNFSM4OXMGOPA>
.
--
Obrigado,
Tiago Vaz
|
Beta Was this translation helpful? Give feedback.
-
I have a clone of my forked repo on Github and started developing a few features for our local region (RS - State of Rio Grande do Sul) in Brazil and also changes in the model to introduce a new flux as described in #703.
The problem is, I did that in my master branch which now contains scenarios and the new changes in the model :-(
That broke my ability to create a reasonable pull request isolating model changes, as pointed by @rneher Richard.
So I want to do the following procedure:
Commands to do that:
in the future, I will do all my work in branches and create pull requests from them.
Leaving my master branch alone and just merging down whatever comes in from upstream.
Is this a reasonable approach to follow in further contributions to the project?
Beta Was this translation helpful? Give feedback.
All reactions