Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links fix #118

Merged
merged 11 commits into from
Jun 27, 2023
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Lupa 🔍

[![Kotlin build](https://github.com/nbirillo/Lupa/actions/workflows/kotlin-build.yml/badge.svg)](https://github.com/nbirillo/Lupa/actions/workflows/kotlin-build.yml)
[![Python build](https://github.com/nbirillo/Lupa/actions/workflows/python-build.yml/badge.svg)](https://github.com/nbirillo/Lupa/actions/workflows/python-build.yml)
[![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![Kotlin build](https://github.com/JetBrains-Research/Lupa/actions/workflows/kotlin-build.yml/badge.svg)](https://github.com/JetBrains-Research/Lupa/actions/workflows/kotlin-build.yml)
[![Python build](https://github.com/JetBrains-Research/Lupa/actions/workflows/python-build.yml/badge.svg)](https://github.com/JetBrains-Research/Lupa/actions/workflows/python-build.yml)

Lupa 🔍 is an extendable framework for analyzing fine-grained language usage on the base of the [IntelliJ Platform](https://www.jetbrains.com/opensource/idea/).
Lupa 🔍 is a command line tool that uses the power of the IntelliJ Platform under
Expand Down Expand Up @@ -49,7 +50,7 @@ To get more information see these modules (each of them has a README file).

## Installation

Clone the repo by `git clone https://github.com/nbirillo/Lupa.git`.
Clone the repo by `git clone https://github.com/JetBrains-Research/Lupa.git`.

For analyzers modules and core architecture you should have Kotlin at least `1.5.21` version.
For functionality for data gathering, processing and visualization ([`scripts`](./scripts/README.md) module)
Expand Down
10 changes: 5 additions & 5 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This repository contains sources of:

We love contributions! We are happy to see new analyzers and improvements of our core functionality,
and even supporting of new languages.
The current tasks can be found in the [open issues](https://github.com/nbirillo/Lupa/issues) in the project.
The current tasks can be found in the [open issues](https://github.com/JetBrains-Research/Lupa/issues) in the project.
If you have some questions or feature requests, please do not hesitate to open new ones.

If you want to find some issues to start off with, please, [filter](https://github.com/nbirillo/Lupa/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) issues by the `good first issue` label.
If you want to find some issues to start off with, please, [filter](https://github.com/JetBrains-Research/Lupa/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) issues by the `good first issue` label.

Please, add a comment to the issue, if you're starting work on it.

Expand Down Expand Up @@ -46,6 +46,6 @@ Before submitting the pull request, make sure that you can say "YES" to each poi
- You ran the build locally and verified new functionality/analyzers;
- You ran related tests locally (or add new ones) and they passed;
- You don't have code-style problems according the GitHub Actions
(for [Kotlin](https://github.com/nbirillo/Lupa/blob/main/.github/workflows/kotlin-build.yml)
and for [Python](https://github.com/nbirillo/Lupa/blob/main/.github/workflows/python-build.yml));
- You do not have merge conflicts in the pull request.
(for [Kotlin](https://github.com/JetBrains-Research/Lupa/blob/main/.github/workflows/kotlin-build.yml)
and for [Python](https://github.com/JetBrains-Research/Lupa/blob/main/.github/workflows/python-build.yml));
- You do not have merge conflicts in the pull request.