Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdallahhemdan/conventional-buttons
Chrome extension that adds a conventional comment button to Github file explorer comments, allowing you to quickly leave a structured semantic comment during your PR reviews!
https://github.com/abdallahhemdan/conventional-buttons
chrome-extension chrome-extensions code-review conventional-comments-buttons hemdan instabug
Last synced: 2 months ago
JSON representation
Chrome extension that adds a conventional comment button to Github file explorer comments, allowing you to quickly leave a structured semantic comment during your PR reviews!
- Host: GitHub
- URL: https://github.com/abdallahhemdan/conventional-buttons
- Owner: AbdallahHemdan
- License: mit
- Created: 2021-04-09T06:21:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T12:51:03.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:38:43.442Z (3 months ago)
- Topics: chrome-extension, chrome-extensions, code-review, conventional-comments-buttons, hemdan, instabug
- Language: CSS
- Homepage: https://a-hemdan.medium.com/conventional-comments-1f83f56a7a48
- Size: 5 MB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Conventional Buttons
[![GitHub contributors](https://img.shields.io/github/contributors/AbdallahHemdan/Conventional-Buttons)](https://github.com/AbdallahHemdan/Conventional-Buttons/contributors)
[![GitHub issues](https://img.shields.io/github/issues/AbdallahHemdan/Conventional-Buttons)](https://github.com/AbdallahHemdan/Conventional-Buttons/issues)
[![GitHub forks](https://img.shields.io/github/forks/AbdallahHemdan/Conventional-Buttons)](https://github.com/AbdallahHemdan/Conventional-Buttons/network)
[![GitHub stars](https://img.shields.io/github/stars/AbdallahHemdan/Conventional-Buttons)](https://github.com/AbdallahHemdan/Conventional-Buttons/stargazers)
[![GitHub license](https://img.shields.io/github/license/AbdallahHemdan/Conventional-Buttons)](https://github.com/AbdallahHemdan/Conventional-Buttons/blob/master/LICENSE)
## About
> **Conventional-Buttons** is a chrome extension that adds a conventional comment button to Github file explorer comments, allowing to quickly leave a structured semantic comment during your PR reviews!, I wrote an article about conventional comments, you can check it from [here](https://a-hemdan.medium.com/conventional-comments-1f83f56a7a48)## How to use
1. **_Clone the repository_**```sh
$ git clone https://github.com/AbdallahHemdan/Conventional-Buttons.git
```
2. **_Navigate to repository directory_**
```sh
$ cd Conventional-Buttons
```3. **_Open Google chrome_**
4. **_Open More Tools (3-dots)_**
5. **_Click on Extensions_**
6. **_In the Extension page: Load unpacked and select the cloned repository_**
![Component 44](https://user-images.githubusercontent.com/40190772/114234525-2a081080-997f-11eb-9107-37c2a8d1affe.png)## Demo of extension
![Conventional Comments](https://user-images.githubusercontent.com/40190772/114235205-22953700-9980-11eb-8591-e6f17a7329bd.gif)## Screenshots
![image](https://user-images.githubusercontent.com/40190772/114235066-ebbf2100-997f-11eb-958f-560143dff932.png)
![image](https://user-images.githubusercontent.com/40190772/114235088-f4175c00-997f-11eb-9461-edb8c0ef43f8.png)
![image](https://user-images.githubusercontent.com/40190772/114235096-f7124c80-997f-11eb-9333-f593a5e906a7.png)
![image](https://user-images.githubusercontent.com/40190772/114235108-fbd70080-997f-11eb-93e2-bd8124791593.png)
![image](https://user-images.githubusercontent.com/40190772/114235113-fe395a80-997f-11eb-9898-5a474ec6dbbc.png)## Contributing
> Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Check out our [contributing guidelines](https://github.com/AbdallahHemdan/Conventional-Buttons/blob/master/CONTRIBUTING.md) for ways to contribute.
### Licence
[MIT Licence](https://github.com/AbdallahHemdan/Conventional-Buttons/blob/master/LICENSE)