replace `hsz` with `JetBrains`

pull/9/head
Jakub Chrzanowski 4 years ago
parent 5873fd3515
commit 7603df2239

@ -1,6 +1,6 @@
# %NAME% # %NAME%
![Build](https://github.com/hsz/intellij-plugin-template/workflows/Build/badge.svg) ![Build](https://github.com/JetBrains/intellij-plugin-template/workflows/Build/badge.svg)
<!-- Plugin description --> <!-- Plugin description -->
This Fancy IntelliJ Plugin is going to be your implementation of the brilliant ideas that you have. This Fancy IntelliJ Plugin is going to be your implementation of the brilliant ideas that you have.

@ -14,7 +14,7 @@ jobs:
template-cleanup: template-cleanup:
name: Template Cleanup name: Template Cleanup
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository != 'hsz/intellij-plugin-template' if: github.repository != 'JetBrains/intellij-plugin-template'
steps: steps:
# Check out current repository # Check out current repository

@ -1,7 +1,7 @@
# IntelliJ Plugin Template # IntelliJ Plugin Template
[![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
![Build](https://github.com/hsz/intellij-plugin-template/workflows/Build/badge.svg) ![Build](https://github.com/JetBrains/intellij-plugin-template/workflows/Build/badge.svg)
<!-- Plugin description --> <!-- Plugin description -->
**IntelliJ Plugin Template** is a repository that provides a pure boilerplate for creating a plugin project with ease **IntelliJ Plugin Template** is a repository that provides a pure boilerplate for creating a plugin project with ease

Loading…
Cancel
Save