Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ See "Gephi platform conventions" above for the reasoning; on review, check that
### File hygiene

- No build artifacts committed (`target/`, `*.class`, stray `*.jar` outside a deliberately vendored
native dependency).
native dependency, or a built `*.nbm` file — the packaged plugin binary the build produces, not
something to submit as source).
- No IDE metadata committed (`.idea/`, `.classpath`, `.project`, `*.iml`) unless the existing plugin
already tracks it as a convention.
- No secrets, tokens, or credentials anywhere in the diff.
Expand Down
Loading