Go to file
Nicolò Maria Mezzopera f564bc1cdc Merge branch 'change-behaviour-to-keep-existing-content' into 'master'
Change behaviour so it injects existing content rather than needing to overwrite

See merge request conventionalcomments/conventional-comments-button!4
2020-05-22 12:32:23 +00:00
_locales/en Clean unused messages 2020-05-22 10:54:17 +02:00
icons Add same icon as homepage 2020-05-22 10:54:09 +02:00
src/inject Change behaviour so it injects existing content rather than needing to overwrite 2020-05-22 12:44:35 +01:00
.gitignore feat: prototype 2020-05-06 11:52:05 +02:00
demo.gif Update project readme with demo and description 2020-05-22 11:01:49 +02:00
manifest.json Add support for Mozilla Firefox 2020-05-22 15:01:54 +03:00
README.md Removed chrome specific wait for document complete 2020-05-22 11:20:06 +01:00

Conventional Comments button

This is a tiny extension that adds a conventional comment button to GitLab file explorer comments, allowing to quickly leave a structured semantic comment during your MR reviews!

Demo

Demo

How to install

First, clone this repo git clone git@gitlab.com:conventionalcomments/conventional-comment-button.git and then see below for browser specific instructions.

Chrome

Recently chrome disallowed to install packed crx extension that are not listed on the Chrome Store, so to install this

  • On Chrome: Menu
    • More Tools
      • Extensions
  • In the Extension page: Load unpacked and select the cloned repository

Firefox

  • On Firefox: enter about:debugging#/runtime/this-firefox into the address bar
  • In the Extension page: Load Temporary Add-on... and select any file within the cloned repository

How to update

  • git pull

Chrome

  • On Chrome: Menu
    • More Tools
      • Extensions
  • In the Extension page find conventional comments button and hit the refresh button

Firefox

  • On Firefox: enter about:debugging#/runtime/this-firefox into the address bar
  • In the Extension page find conventional comments button and hit the reload button