Nice Pull - GitHub PR Commit Description Converter
Nice Pull is a free Chrome add-on developed by fallaciousreasoning. It falls under the category of Browsers and is specifically listed under Add-ons & Tools. This program aims to improve the default names of GitHub Pull Request (PR) commits, providing a more descriptive and visually appealing format.
The add-on converts the commit descriptions from the standard GitHub format, which looks like:
```
Merge pull request #${prNumber} from ${repository}/${branchName}
${pullRequestTitle}
```
to a more helpful and visually appealing format:
```
${pullRequestTitle} (#${prNumber})
```
By doing so, it enhances the commit history and makes it easier to understand the changes made in each PR. This simple yet effective tool is designed to streamline the commit naming process and improve the overall clarity of the commit history.





