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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.