Skip to content

Commit b2d7e2c

Browse files
authored
Update README [ci skip]
1 parent 2ab18b5 commit b2d7e2c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository is an out-of-the-box development environment for Gephi plugins.
66

77
### Requirements
88

9-
Developing Gephi plugins requires JDK 8 or later and [Maven](http://maven.apache.org/). Although any IDE/Editor can be used, [Netbeans IDE](https://netbeans.org/) is recommended as Gephi itself is based on [Netbeans Platform](https://netbeans.org/features/platform/index.html).
9+
Developing Gephi plugins requires JDK 11 or later and [Maven](http://maven.apache.org/).
1010

1111
### Create a plugin
1212

@@ -70,14 +70,16 @@ Submitting a Gephi plugin for approval is a simple process based on GitHub's [pu
7070

7171
- Navigate to your fork's URL and create a pull request. Select `master-forge` instead of `master` as base branch.
7272

73-
- Submit your pull request.
73+
- Submit your pull request. If possible, before you submit make sure to [enable edits from maintainers](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) so that we can help you tweak the code and configuration when needed.
7474

7575
## Update a plugin
7676

7777
Updating a Gephi plugin has the same process as submitting it for the first time. Don't forget to merge from upstream's master branch.
7878

7979
## IDE Support
8080

81+
Although any IDE/Editor can be used, [Netbeans IDE](https://netbeans.org/) is recommended as Gephi itself is based on [Netbeans Platform](https://netbeans.org/features/platform/index.html).
82+
8183
### Netbeans IDE
8284

8385
- Start Netbeans and go to `File` and then `Open Project`. Navigate to your fork repository, Netbeans automatically recognizes it as Maven project.

0 commit comments

Comments
 (0)