Sometimes the developers open new issues regarding the same subject.
It will be great to have the possibility to merge the issues.
If it is possible in github, how can I do it?
If not, what is the best way to link different issues?
Currently, the simplest way to resolve this situation is to pick one of the issues to be the main one (whether the best documented, oldest, or whatever). Then, add a comment to the other issues linking to the main issue and close the duplicates.
A merge conflict is an event that occurs when Git is unable to automatically resolve differences in code between two commits. When all the changes in the code occur on different lines or in different files, Git will successfully merge commits without your help.
Currently, the simplest way to resolve this situation is to pick one of the issues to be the main one (whether the best documented, oldest, or whatever). Then, add a comment to the other issues linking to the main issue and close the duplicates.
Here's an example.
Here's another showing the "Duplicate of #123" syntax.
Alternatively, you can leave the issues open and reference them all together in your commit messages: Example.
I imagine that in the future, the team behind GitHub will make this process easier.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With