https://github.com/zvyn/cpython-bpo-linkify
https://github.com/zvyn/cpython-bpo-linkify
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zvyn/cpython-bpo-linkify
- Owner: zvyn
- Created: 2017-02-12T02:07:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T07:09:20.000Z (about 9 years ago)
- Last Synced: 2025-02-03T14:46:52.031Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpython-bpo-linkify
An extension that finds `bpo-NNNN` annonations and converts them to
bugs.python.org links.
## Installation
You can install the extension from Chrome Web Store:
* https://chrome.google.com/webstore/detail/cpython-bpo-linkify/dgmcbbjkjieccldohpmmnpjloadhmdao
## Features
Currently, it works on the following pages:
* Pull request - Example: https://github.com/python/cpython/pull/12
* Commit detail - Example: https://github.com/python/cpython/commit/331bbe6aaa74f8d28f27b79e8c6a0c35dbe9a6ab
### Supported formats
* `bpo-NNNN`
* `Issue #NNNN`
* `#NNNN`