-
Notifications
You must be signed in to change notification settings - Fork 7
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
Changes for GDPR compliance. #1303
base: develop
Are you sure you want to change the base?
Conversation
@discodavey , here's a question, how do I tie this change of From my understanding:
It's step 2 I'm stuck on. My goal is to update https://pr-1849--journal.elifesciences.org with the changes |
@lsh-0 You normally merge the Pattern Library PR. This will then in turn create a PR in patterns-php and you then do the same again with that PR and merge it. That will create a PR in Journal for you to test and then merge for the final time |
Hrm. This may turn out to be a dead end. I need to figure out a way to test this before merging. |
@lsh-0 If you need anymore info then please shout |
No worries, thanks @discodavey |
@discodavey , @viktoria-mahmud , I can't figure out how to test changes to |
The way to do this is to create a feature branch in patterns-php and then bring in the feature branch from pattern-library. Then you do the same for journal where you bring in the feature branch created from patterns-php.
This will mean nothing gets merged and you can then see whether it works or not. Does this make sense? |
That was very helpful, thanks @discodavey . I'm now able to debug the changes and make sure they're working without doing anything dangerous, cheers. |
No description provided.