- Issue created by @joachim
Hello, I'd like to work on this to see the process of the issues. I go for it :)
cedrxc → changed the visibility of the branch 3505730-incorrect-docs-for to hidden.
cedrxc → changed the visibility of the branch 3505730-incorrect-docs-for to active.
- Merge request !1053505730 - incorrect docs for ImportConfigManipulatorInterface::getImportProcessorsByStages() → (Merged) created by Unnamed author
Okay i did my first contribution, let me know if anything is wrong :)
I just have a quick question.
When I followed the steps in ‘show commands’ I encountered a problem.I followed this procedure :
I created an issue fork
git clone https://git.drupalcode.org/project/entity_share.git
cd entity_share
git remote add entity_share-3505730 git@git.drupal.org:issue/entity_share-3505730.git
git fetch entity_share-3505730And when I tried to
git checkout -b ‘3505730-incorrect-docs-for’ --track entity_share-3505730/‘3505730-incorrect-docs-for’I got an error telling me that the branch didn't exist. So I had to create it manually directly on gitlab for the previous command to work.
Is this normal? I was expecting the branch to be created automatically by creating the ‘fork issue’.
- 🇬🇧United Kingdom joachim
There's a ticky box next to the 'Create fork' button that says ' with new branch from ...'. If that's not selected, it won't create a new branch.
It might also be that you were too quick for it and the new branch hadn't been made yet. Or that there was a glitch in the process.