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 +