Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Well there are 2 ways to deal with this as far as
  2. I know:
  3.  
  4. "I am a developer of the project and I just want to
  5. add my work in an organized manner"
  6. A new branch is created on the LOV2 repo. One
  7. and only one issue is fixed on the branch, and then
  8. a merge request is created. If a solution for another
  9. issue is found, another branch is created and a new
  10. pull request is also made, and so on and so forth.
  11.  
  12. "I am not a developer of the project, but I would like
  13. to contribute with fixes"
  14. A fork of the project is made. The master of the fork
  15. should be kept up to date with the master of the
  16. original repo and issues are fixed in a new branch of
  17. the fork (just like you would on the original repo). Then,
  18. it should be possible for a cross-repos merge request to
  19. be made between branches. Something along the lines
  20. of "I have this issue fixed on my fork in branch 5. I want
  21. to merge this specific branch to the master of the original
  22. repo. Can you guys approve my request?"
  23.  
  24. Now it is your choice on which category you fall into.
  25.  
  26. Stefan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement