danieleynis / GitHubEnhancements

GitHub enhancements to make your life easier

Home Page:https://chrome.google.com/webstore/detail/github-enhancements/cmgnbinjkbbijffcfebgohmopnffdidg?utm_source=chrome-ntp-icon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

You can find the Chrome extension on the Web Store by searching "GitHub Enhancements" or go to the extenstion directly here

Features

  • Add clickable links to branches that are references in a GitHub pull request. GitHub will tell you who wants to merge commits from one branch to another in a pull request but does not make the branch references clickable so they can take you directly to the branch that is referenced. I just want to have clickable links.
  • Configure text that will be used to prefill pull requests body when you create new pull requests. In GitHub you need to create a file in the repositoy, with the extension you can just configure it and save it without having to pollute your repo with extra files.

GitHub PR Links

Before:

image

After:

The branch names are now links which will take you directly to the branch in GitHub image

Prefill new PR body with custom text

  1. Go to extension options, enter text you want new PRs to be prefilled with image
  2. When you create a new pull request it will be automatically prefilled image