Linking GitHub issues
A new feature that has been added to VS 2022 is the ability to link commits to a specific issue. Let’s see how to do it in a practical way. For this practice, go to the GitHub repository you have created in the Creating a Git repository section. Let’s test this feature with a step-by-step example:
- Once you have opened the repository, click on the Issues option:
Figure 9.30 – The "Issues" section of the repository
- Next, press the button on the right side labeled New issue:
Figure 9.31 – Button to add a new issue
- After clicking on the New issue button, we will be redirected to a new window, as shown in Figure 9.32, where we will raise an issue to indicate that there is a misspelled text. For it I will set the Title to:
Typographical Error in Root Endpoint Response
. In the Extended description text box, I will add the following comment in markdown...