Ask
Overview¶
The ask
tool answers questions about the PR, based on the PR code changes. Make sure to be specific and clear in your questions.
It can be invoked manually by commenting on any PR:
Example usage¶
Ask lines¶
You can run /ask
on specific lines of code in the PR from the PR's diff view. The tool will answer questions based on the code changes in the selected lines.
- Click on the '+' sign next to the line number to select the line.
- To select multiple lines, click on the '+' sign of the first line and then hold and drag to select the rest of the lines.
- write /ask "..."
in the comment box and press Add single comment
button.
Note that the tool does not have "memory" of previous questions, and answers each question independently.
Ask on images¶
You can also ask questions about images that appear in the comment, where the entire PR code will be used as context.
The basic syntax is:
https://real_link_to_image
is the direct link to the image.
Note that GitHub has a built-in mechanism of pasting images in comments. However, pasted image does not provide a direct link. To get a direct link to an image, we recommend using the following scheme:
1) First, post a comment that contains only the image:
2) Quote reply to that comment:
3) In the screen opened, type the question below the image:
4) Post the comment, and receive the answer:
See a full video tutorial here