We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23661af commit 8f17082Copy full SHA for 8f17082
1 file changed
.github/pull_request_template.md
@@ -0,0 +1,20 @@
1
+## New plugin or plugin update?
2
+
3
+* [ ] New Plugin
4
+* [ ] Update
5
6
+## What is the purpose of this plugin?
7
8
9
+## How to test your plugin in Gephi?
10
11
+1.
12
+2.
13
14
+## Checklist before submission
15
16
+* [ ] Did you merged with the `master` branch to get the latest updates?
17
+* [ ] Did you build and test the plugin successfully locally?
18
+* [ ] Did you include metadata (e.g. plugin author, license) in the `pom.xml` file
19
+* [ ] Did you make sure NOT to include any unecessary files in your PR?
20
+* [ ] Did you write unit tests to test your plugin functionalities?
0 commit comments