Github story
Chrome and Firefox extension to use pull request description template with a single button click. Github already allows repository to has pull request template, but if you contribute to repository without this feature turned on, Github story is your way.
Features
- pull request description template;
- check squash commit message style due to this rules;
- autogenerated commit message from description.
Install from stores
Install manually
Chrome
- Go to Releases and download the latest version.
- Unzip the folder wherever you'd like.
- Go to Chrome extensions page (
chrome://extensions/
), turn on developer moad and load the folder with extension.
Troubleshootings
Firefox
swears page’s settings blocked the loading of script because ofContent Security Policy
:
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src”). Source: (function() {
var pushState = histor....
Deal with it by refreshing the page and content of the script will be loaded succesfully.
Chrome
also swears the same, but does not block any resources and you can use extension in proper way.