You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository is an out-of-the-box development environment for Gephi plugins.
6
6
7
7
### Requirements
8
8
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/).
10
10
11
11
### Create a plugin
12
12
@@ -70,14 +70,16 @@ Submitting a Gephi plugin for approval is a simple process based on GitHub's [pu
70
70
71
71
- Navigate to your fork's URL and create a pull request. Select `master-forge` instead of `master` as base branch.
72
72
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.
74
74
75
75
## Update a plugin
76
76
77
77
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.
78
78
79
79
## IDE Support
80
80
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
+
81
83
### Netbeans IDE
82
84
83
85
- 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