Skip to content

Commit c1a0538

Browse files
committed
[feat] Update plugin description.
1 parent 1df3eae commit c1a0538

File tree

3 files changed

+33
-17
lines changed

3 files changed

+33
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Setting for enabling/disabling merged preview.
88
- Option for running lint on file selection change.
99

10+
### Changed
11+
- Updated plugin icon and description.
12+
1013
### Fixed
1114
- Force HTTPS setting is now properly validated and saved.
1215

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<br>
1818

1919
- [Description](#description)
20+
- [Functionalities](#functionalities)
2021
- [Compatibility](#compatibility)
2122
- [Install](#install)
2223
- [Installation from zip](#installation-from-zip)
@@ -30,6 +31,10 @@ open yaml configuration and shows the errors in the notification bar.
3031
To get started, install the plugin and set Gitlab private token with <kbd>read_api</kbd> and <kbd>api</kbd> scope in plugin's settings:
3132
<kbd>Settings</kbd> > <kbd>Tools</kbd> > <kbd>Gitlab Template Lint</kbd>
3233

34+
## Features
35+
- Linting of Gitlab CI/CD yaml configuration files
36+
- Preview of the merged Gitlab CI/CD yaml configuration files
37+
3338
## Compatibility
3439
IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, GoLand, DataGrip, Rider, MPS, Android Studio, DataSpell, Code With Me
3540

@@ -47,18 +52,19 @@ For Mac: <kbd>IntelliJ IDEA</kbd> > <kbd>Preferences</kbd> > <kbd>Plugins</kbd>
4752

4853
## Installation from zip
4954
1. Download zip from [releases](https://github.com/Blarc/gitlab-lint-plugin/releases)
50-
2. Import to IntelliJ: Settings -> Plugins -> Cog -> Install plugin from disk...
51-
3. Set Gitlab private token in plugin's settings: Settings -> Tools -> Gitlab Template Lint
55+
2. Import to IntelliJ: <kbd>Settings</kbd> > <kbd>Plugins</kbd> > <kbd>Cog</kbd> > <kbd>Install plugin from disk...</kbd>
56+
3. Set Gitlab private token in plugin's settings: <kbd>Settings</kbd> > <kbd>Tools</kbd> > <kbd>Gitlab Template Lint</kbd>
5257

5358
## Demo
5459

55-
![](./screenshots/plugin2.gif)
60+
![demo.gif](./screenshots/plugin2.gif)
5661

5762
## Support
5863

5964
* Star the repository
6065
* [Rate the plugin](https://plugins.jetbrains.com/plugin/19411-gitlab-template-lint)
6166
* [Share the plugin](https://plugins.jetbrains.com/plugin/19411-gitlab-template-lint)
67+
* [Buy me a coffee](https://ko-fi.com/blarc)
6268

6369

6470
## Change log

src/main/resources/META-INF/plugin.xml

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,30 @@
1414
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
1515
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
1616
<description><![CDATA[
17-
<p>
18-
Gitlab Template Lint Plugin is a plugin for IntelliJ based IDEs/Android studio for linting
17+
<p>Gitlab Template Lint Plugin is a plugin for IntelliJ based IDEs/Android studio for linting
1918
Gitlab CI/CD yaml configuration files. It uses the Gitlab lint API to check the currently
20-
open yaml configuration and shows the errors in the notification bar.
21-
</p>
22-
<br/>
23-
24-
<p>
25-
To get started, install the plugin and set Gitlab private token with <strong>read_api</strong> and <strong>api</strong> scope in plugin's settings:
26-
<br/>
27-
Settings > Tools > Gitlab Template Lint
19+
open yaml configuration and shows the errors in the notification bar.</p>
20+
<h3>Features</h3>
21+
<ul>
22+
<li>Linting of Gitlab CI/CD yaml configuration files</li>
23+
<li>Preview of the merged Gitlab CI/CD yaml configuration files</li>
24+
</ul>
25+
<h3>Usage</h3>
26+
<p>To get started, install the plugin and set Gitlab private token with <strong>read_api</strong> and
27+
<strong>api</strong> scope in plugin's settings:
2828
<br/>
29-
</p>
30-
29+
Settings > Tools > Gitlab Template Lint</p>
30+
<h3>Troubleshooting</h3>
31+
<p>We'd love to hear from you if you have any issues or feature requests. Please report them
32+
<a href="https://github.com/Blarc/gitlab-template-lint-plugin/issues">here</a>.</p>
33+
<h3>Demo</h3>
3134
<p>
32-
<img src="https://raw.githubusercontent.com/Blarc/gitlab-template-lint-plugin/bf5e3cc06b6d4df934ddc4cd661e81a875bccc23/screenshots/plugin2.gif"
33-
border="0" width="600" alt="Highlight current scope.gif"/></p>
35+
<img
36+
src="https://raw.githubusercontent.com/Blarc/gitlab-template-lint-plugin/bf5e3cc06b6d4df934ddc4cd661e81a875bccc23/screenshots/plugin2.gif"
37+
border="0"
38+
width="600"
39+
alt="Demo.gif"/>
40+
</p>
3441
]]></description>
3542

3643
<!-- Product and plugin compatibility requirements.

0 commit comments

Comments
 (0)