hub
https://github.com/mislav/hub
Go
A command-line tool that makes git easier to use with GitHub.
Banzai::Filter::ExternalIssueReferenceFilter#issue_link_filter
Replace `JIRA-123` issue references in text with links to the referenced issue's details page. text - String text to replace references in. link_content - Original content of the link being replaced. Returns a String with `JIRA-123` references replaced with links. All links have `gfm` and `gfm-issue` class names attached for styling.
Edit
git clone [email protected]:mislav/hub.git
cd hub
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Banzai--Filter--ExternalIssueReferenceFilter-issue_link_filter-for-pr
# Commit to gitgit add git commit -m "better docs for Banzai::Filter::ExternalIssueReferenceFilter#issue_link_filter"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Banzai--Filter--ExternalIssueReferenceFilter-issue_link_filter-for-pr
hub pull-request
# Celebrate!