Create PR for new feature #5295
Replies: 2 comments 5 replies
-
You need to rebase your feature branch onto master: https://git-scm.com/docs/git-rebase https://womanonrails.com/git-rebase-onto Then, open your PR against Based on the description of your feature here we probably won't accept it into RabbitMQ as it is very specific to your use-case. @michaelklishin thoughts? |
Beta Was this translation helpful? Give feedback.
-
@NuwanSameera I see you opened this PR - This is the correct command to rebase your branch from
You can see that it produces the expected result here: master...lukebakken:rabbitmq-server:feature-delete-connection-by-username |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I created new feature in rabbitmq management plugin to delete all connections by username. It is tested in local, inside docker and the Kubernetes 3 node cluster.
I took branch from last stable v3.10.6 TAG and did my changes and committed to my fork repository. I wish to create PR to remote repository. Before that I need to create PR from my feature branch to master. But there are lots of conflicts between v3.10.6 and master branch.
What are steps I need to follow to create PR to remote repository.
Beta Was this translation helpful? Give feedback.
All reactions