From 799501b3bd71c48a618a713a3ec686f4f51954a0 Mon Sep 17 00:00:00 2001 From: Paz Barda <105206269+pazbardanl@users.noreply.github.com> Date: Thu, 9 May 2024 13:08:36 +0300 Subject: [PATCH] IF plugin registry form proposal. Proposing an issue template for registering an IF plugin to the registry website Signed-off-by: Paz Barda --- .../if-plugin-registry-form-template.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/if-plugin-registry-form-template.md diff --git a/.github/ISSUE_TEMPLATE/if-plugin-registry-form-template.md b/.github/ISSUE_TEMPLATE/if-plugin-registry-form-template.md new file mode 100644 index 0000000..04f746e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/if-plugin-registry-form-template.md @@ -0,0 +1,34 @@ +--- +name: IF Plugin Registry Form template +about: Use this template to submit an IF plugin for registry +title: "[PLUGIN REGISTRY]" +labels: '' +assignees: '' + +--- + +## Plugin Name + + +## Link to Github/npm + + +## Plugin Registry Basic Checklist +- [ ] My plugin integrates with IF, as demonstrated by execution from a manifest file with no errors or crashes. +- [ ] My plugin has README file. + - LINK: //link to readme here +- [ ] My plugin code includes a sample manifest .yaml file. + - LINK //paste link to your sample manifest here +- [ ] My plugin's code contain unit tests added to test its functionality. +- [ ] All unit tests that test my plugin are passing. +- [ ] I do not know of any security vulnerabilities associated with my code. + + +## What does your plugin do? + + +## Please provide citations, links and references that support the validity of the implementation of your plugin + + +## Please describe the test cases covered by your plugin's dedicated unit tests +