gitea-conventional-comments.../README.md

26 lines
791 B
Markdown
Raw Normal View History

2020-05-22 08:53:47 +00:00
# Conventional Comments button
This is a tiny Chrome 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](demo.gif)
2020-05-22 08:53:47 +00:00
## How to install
This is a chrome extension, recently chrome disallowed to install packed `crx` extension that are not listed on the Chrome Store, so to install this
- `git clone git@gitlab.com:conventionalcomments/conventional-comment-button.git`
- On Chrome: Menu
- More Tools
- Extensions
2020-05-22 08:53:47 +00:00
- In the Extension page: `Load unpacked` and select the cloned repository
## How to update
- `git pull`
- On Chrome: Menu
- More Tools
- Extensions
2020-05-22 08:53:47 +00:00
- In the Extension page find `conventional comments button` and hit the refresh button