GitHub Enhanced Comments - How to Write Comments on Issues and Pull Requests
This is a tool for writing comments on the issues and pull requests of the different GitHub projects. Using this tool, you can automatically write the name of the repository, the full URL of the repository, and the author name inside the comments of the issues and pull requests.
For example, you can write comments for the issues of the repo by modifying them like this:
# Some issue with the repo
This will automatically be written inside the comments of the issue:
GitHub's Enhanced Comments provides the following placeholders:
repo_name, repo_url, author, owner, and owner_url. Each one of them corresponds to the name, the full URL, the username, the owner, and the owner's URL of the repository.
You can also add a string modifier to each placeholder:
upper_case, camel_case, pascal_case, snake_case, and param_case. These modifiers let you specify the case that the name of the project will be written in.
All of this is done automatically, so you don't have to write any additional code.
The other characteristics of this tool are the following:
The name of the author is written in the comments of the pull request.
The name of the project is written in the comments of the issue.