{"id":14984225,"url":"https://github.com/yashwanth2804/linear-gitlab-extention","last_synced_at":"2025-10-31T07:37:56.018Z","repository":{"id":251306034,"uuid":"837006570","full_name":"yashwanth2804/Linear-gitlab-extention","owner":"yashwanth2804","description":"\"Linear Lab Linker\" is a browser extension that enhances the integration between Linear.app and GitLab. It automatically adds a direct link to the corresponding GitLab branch on Linear issue pages, improving workflow efficiency for developers.","archived":false,"fork":false,"pushed_at":"2024-09-13T13:07:46.000Z","size":1039,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T17:51:22.219Z","etag":null,"topics":["chrome","extention","gitlab","linearapp","webextension"],"latest_commit_sha":null,"homepage":"https://linklinear.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yashwanth2804.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-02T02:47:52.000Z","updated_at":"2024-10-23T18:52:37.000Z","dependencies_parsed_at":"2024-09-24T15:27:59.752Z","dependency_job_id":"ed369fd3-0e26-4bd6-853c-37066eddf0c0","html_url":"https://github.com/yashwanth2804/Linear-gitlab-extention","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"e3315ebb373654ebeee519bff415b3726416d2c6"},"previous_names":["yashwanth2804/linear-gitlab-extention"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashwanth2804%2FLinear-gitlab-extention","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashwanth2804%2FLinear-gitlab-extention/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashwanth2804%2FLinear-gitlab-extention/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashwanth2804%2FLinear-gitlab-extention/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashwanth2804","download_url":"https://codeload.github.com/yashwanth2804/Linear-gitlab-extention/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248284014,"owners_count":21077972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","extention","gitlab","linearapp","webextension"],"created_at":"2024-09-24T14:08:40.026Z","updated_at":"2025-10-31T07:37:55.932Z","avatar_url":"https://github.com/yashwanth2804.png","language":"JavaScript","readme":"\n[\u003cimg src=\"logo.png\" width=\"250\"/\u003e](logo.png)\n# Linear Lab Linker: GitHub/GitLab Branch Connector\n\n## Description\n\n[\"Linear Lab Linker\"](https://linklinear.vercel.app/) is a browser extension that enhances the integration between Linear.app and GitHub/GitLab. It automatically adds a direct link to the corresponding GitHub/GitLab branch on Linear issue pages, improving workflow efficiency for developers.\n\n## Features\n\n- Adds a direct link to the GitHub/GitLab branch on Linear issue pages\n- Eliminates the need to wait for a Merge Request to see the branch link\n- Streamlines the development workflow between Linear and GitHub/GitLab\n\n## Installation\n\n### Step 1: Download or Clone the Repository\n\n1. **Download the Extension**: \n   - Click on the green \"Code\" button at the top right of this page.\n   - Select \"Download ZIP\" to download the repository to your local machine.\n   - Unzip the downloaded file.\n\n   **OR**\n\n   **Clone the Repository**:\n   - Open your terminal.\n   - Run the following command to clone the repository:\n     ```bash\n     git clone https://github.com/yashwanth2804/Linear-gitlab-extention.git\n     ```\n   - Navigate to the project directory:\n     ```bash\n     cd gitlab-branch-linker-linear\n     ```\n\n### Step 2: Load the Extension in Your Browser\n\n1. **Open Chrome/Edge**:\n   - Go to `chrome://extensions/` or `edge://extensions/` in your browser's address bar.\n\n2. **Enable Developer Mode**:\n   - In the top right corner, toggle the \"Developer mode\" switch to \"On.\"\n\n3. **Load Unpacked Extension**:\n   - Click the \"Load unpacked\" button.\n   - Browse to the directory where you unzipped or cloned the repository, and select the root folder.\n\n4. **The Extension is Now Installed**:\n   - The extension will now appear in your list of installed extensions. You should see its icon in the browser toolbar.\n\n### Step 3: Setting up the Extension\n\n[\u003cimg src=\"demo_img/extention-ui-svg.png\" width=\"350\"/\u003e](demo_img/extention-ui-svg.png)\n\n\n1. **Adding GitHub/GitLab Branch Link**:\n   - Click on the Extention icon in the browser toolbar. This will open the extension popup.\n   - \"Select Git Service\" , choose the \"GitHub\" or \"GitLab\" service.\n   - Click on the \"Add GitHub/GitLab Branch Link\" input and enter the URL of the GitHub/GitLab project. \n   - Enter your username in the \"Your Linear username\" input.\n   - Select the branch format in the \"Branch Format\" dropdown.\n   - Finally click on \"Save Settings\",and reload the page.\n\n\u003e hint: Goto [Linear gitlab settings](https://linear.app/settings/integrations/gitlab) to get your branch format for GitLab and [Linear gitlab settings](https://linear.app/settings/integrations/github) to get your branch format for GitHub. \n    \n\n[\u003cimg src=\"demo_img/usage.png\" width=\"850\"/\u003e](demo_img/usage.png)\n2. **Create a Linear Issue**:\n   - When you create a new issue in Linear, the extension will automatically generate the corresponding GitHub/GitLab branch link.\n   - The link will be displayed directly on the Linear issue page.\n\n### Updating the Extension\n\n1. **To Update**:\n   - Pull the latest changes from the GitHub repository or re-download the ZIP file.\n   - Go to the extensions page in your browser (`chrome://extensions/` or `edge://extensions/`).\n   - Click the \"Reload\" button on the extension to update it.\n \n## Contributing\n\n### How to contribute?\n    Fork it [https://github.com/yashwanth2804/Linear-gitlab-extention]\n\n### Clone it\n\n    [https://github.com/\u003cyour_github_name\u003e/Linear-gitlab-extention.git or git@github.com:your_github_name/Linear-gitlab-extention.git]\n\ngit clone https://github.com/your_github_name/Linear-gitlab-extention.git\n### Create a branch\n\n    cd first-contributions\n\n    git checkout -b\n\n### Add features\n\n    git add you_worked_files\n\n    git commit -m \"what your features\"\n\n### push it\n\n    git push origin your_branch\n\n### Submit a pull request\n Then from your account make a pull request\n\n\n### GitHub Account\nhttps://github.com/yashwanth2804\n\n\n## License\n\nMIT\n \n\n## Acknowledgements\n\nThanks to all the developers who use Linear and GitHub/GitLab in their daily workflow. Your needs inspired this project.\n\n## Credits\n\nhttps://www.svgrepo.com/svg/363652/gitlab-logo-simple-duotone\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashwanth2804%2Flinear-gitlab-extention","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashwanth2804%2Flinear-gitlab-extention","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashwanth2804%2Flinear-gitlab-extention/lists"}