Skip to content

Commit

Permalink
#868 | Updated Slack invitation link
Browse files Browse the repository at this point in the history
  • Loading branch information
mlytvyn authored Dec 24, 2023
1 parent 92bff32 commit 9146ca5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### Other
- Incorrect `companion` object usage [#866](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/866)
- Updated Slack invitation link [#868](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/868)

### Fixes
- Code styles fixes [#867](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/867)
Expand Down Expand Up @@ -468,7 +469,7 @@
### Other
- Adjusted inline documentation for Type System [#539](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/539)
- Hide custom module libraries in the Project View [#569](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/569)
- Added slack badge to README.md [#577](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/577)
- Added Slack badge to README.md [#577](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/577)
- Do not show `resources` folders in the `External Libraries` [#589](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/589)
- Use `HAC` project properties during first project import for remote connections [#623](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/623)

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Email](https://img.shields.io/badge/Help-Contact%20us-blue)](mailto:[email protected])
[![slack](https://img.shields.io/badge/slack-join-blueviolet.svg?logo=slack)](https://join.slack.com/t/newworkspace-gnh9580/shared_invite/zt-216ofxbl2-vtEwJVBg71UtDz9y4oDfpg)
[![slack](https://img.shields.io/badge/slack-join-blueviolet.svg?logo=slack)](https://join.slack.com/t/sapcommercede-0kz9848/shared_invite/zt-29gnz3fd2-mz_69mla52NOFqGGsG1Zjw)
![Rating](https://img.shields.io/jetbrains/plugin/r/rating/12867-sap-commerce-developers-toolset)
![Downloads](https://img.shields.io/jetbrains/plugin/d/12867-sap-commerce-developers-toolset)
[![Version](https://img.shields.io/jetbrains/plugin/v/12867-sap-commerce-developers-toolset)](https://plugins.jetbrains.com/plugin/12867-sap-commerce-developers-toolset)
Expand Down Expand Up @@ -34,20 +34,21 @@ This plugin provides [SAP Commerce](https://www.sap.com/products/crm/e-commerce-
- Preview for Type and Bean Systems.
- Enhanced Debugger for Model classes with lazy evaluation.
- Enhanced project view tree.
- Execution of FlexibleSearch queries, Groovy scripts, ImpEx files though IDE using HAC Integration tool.
- Execution of FlexibleSearch or Polyglot queries, Groovy scripts, ImpEx files though IDE using HAC Integration tool.
- Execution of queries on remote Solr instances.
- Override module grouping via `hybris4intellij.properties`.

## Contribution guidelines ##

* Join [Slack channel](https://join.slack.com/t/sapcommercede-0kz9848/shared_invite/zt-29gnz3fd2-mz_69mla52NOFqGGsG1Zjw)
* Please read [Contributor License Agreement](https://developercertificate.org)
* Available tasks are in our [project board](https://github.com/epam/sap-commerce-intellij-idea-plugin/projects/1)
* [How to Configure Project Environment For Plugin Developers](https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html)
* We are working with [Pull Requests](https://help.github.com/articles/about-pull-requests/). You need to fork this repository, implement a feature in a separate branch, then send us a pull request.
* Be sure to include into your pull request and all commit messages the following line: "Signed-off-by: Your Real Name [email protected]" otherwise it can not be accepted. Use your real name (sorry, no pseudonyms or anonymous contributions).
* Be sure to include in your pull request and all commit messages the following line: "Signed-off-by: Your Real Name [email protected]" otherwise it can not be accepted. Use your real name (sorry, no pseudonyms or anonymous contributions).
* Start with official [JetBrains Plugin SDK](https://plugins.jetbrains.com/docs/intellij)
* Checkout plugin development [community support](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development) for common question
* For additional questions you can send an [email](mailto:[email protected]).
* For additional questions, you can send an [email](mailto:[email protected]).

<!-- Plugin description end -->

Expand Down

0 comments on commit 9146ca5

Please sign in to comment.