https://github.com/delucis/github-to-linear
View and create Linear tickets from any GitHub PR or issue.
https://github.com/delucis/github-to-linear
browser-extension chrome-extension firefox-addon github github-extension linear
Last synced: about 2 months ago
JSON representation
View and create Linear tickets from any GitHub PR or issue.
- Host: GitHub
- URL: https://github.com/delucis/github-to-linear
- Owner: delucis
- License: gpl-3.0
- Created: 2023-03-30T22:25:53.000Z (about 2 years ago)
- Default Branch: latest
- Last Pushed: 2024-10-20T11:59:33.000Z (8 months ago)
- Last Synced: 2025-04-15T06:15:57.385Z (about 2 months ago)
- Topics: browser-extension, chrome-extension, firefox-addon, github, github-extension, linear
- Language: JavaScript
- Homepage:
- Size: 201 KB
- Stars: 29
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
#
GitHub to Linear
> Browser extension that adds an “Add to Linear” button to GitHub issues and PRs.
## Install
[link-chrome]: https://chrome.google.com/webstore/detail/github-to-linear/hlambaminaoofejligodincejhcbljik 'Version published on Chrome Web Store'
[link-firefox]: https://addons.mozilla.org/firefox/addon/github-to-linear/ 'Version published on Mozilla Add-ons'[
][link-chrome] [
][link-chrome] and other Chromium browsers
[
][link-firefox] [
][link-firefox]
## Usage
### Basics
By default, this extension will show an Add to Linear button on every GitHub issue and PR.
### Enabling more features
You can enable more functionality by authenticating with the Linear API.
Currently, authenticating enables the following features:
Show linked Linear issues in GitHub issues & PRs
![]()
Show linked Linear issues in GitHub issue & PR lists
![]()
Set the default team and assignee to use when creating a new Linear issue
![]()
Show a link to an existing Linear issue instead of the “Add to Linear” button when one exists.
![]()
#### How to authenticate with Linear
1. [Create a new personal API key](https://linear.app/settings/api) in the Linear dashboard.
2. Open the extension options and paste your API key into the **Linear personal API key** field.## Contribute
This is an open-source repository. You can
- [Create an issue](https://github.com/delucis/github-to-linear/issues/new/choose) to report a bug or make a feature request.
- Open a PR to submit changes to the code you made yourself.## License
This software is free to use, modify, and redistribute under the [GNU General Public License v3.0](/LICENSE).