templates/repo/create.tmpl – Once you select a license you can no longer deselect it.
public/js/index.js – When editing the labels of an existing issue (see screenshot), the labels are currently saved with every select / deselect, which just leads to unnecessary spam. The labels should only be saved after closing the popup, which is also the way GitHub does it.
templates/repo/header.tmpl – Visually disable fork button on own repositories (you cannot clone them) by adding disabled class .
templates/repo/home.tmpl – Give New Pull Request button a text label instead of a cryptic icon. 
public/less/themes/arc-green.less – The dark theme should use a less vibrant color for green buttons, I suggest #87ab63, the same color used for links.I think I'll give this a go. I'll make a WIP PR once I've made some progress.
EDIT: The PR can be followed at #5980
Most helpful comment
I think I'll give this a go. I'll make a WIP PR once I've made some progress.
EDIT: The PR can be followed at #5980