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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,24 +71,25 @@ If you found an issue or you have improved an existing plugin yourself, we highl
71
71
- Especially the fields:
72
72
-__name__: should start with: `@axway-api-builder-ext/api-builder-plugin....`
73
73
-__version__: Stable has a version 1.x.x, all other something 0.x.x
74
-
-__description__: Provide a meaningful description. This will appear in the API-Builder UI plugin dialog
75
-
-__author__: Add your GitHub ID or email address (this is used to assign issues/pullrequests)
74
+
-__description__: Provide a meaningful description. This will appear in the APIBuilder UI "Plugins" page
75
+
-__author__: Add your GitHub ID or email address (this is used to assign issues/pull requests)
76
76
-__homepage__: Should point to your unique folder within this repository
77
77
-__keywords__: Add more keywords to make it easier to discover your plugin
78
+
-__engines.apibuilder__: Documents range of API Builder versions that the plugin is compatible with. Remember that modifying this to increase the minimum compatible API Builder version is a breaking change, so update the major version of your plugin when you do so.
78
79
- There might be more changes needed depending on what your plugin does
79
80
7. Create new GitHub actions based on the templates `.github/workflows/*_template`
80
81
- these workflows are used to automatically tests and release/publish your plugin
81
-
- Replace all occurencies of `NAME_OF_YOUR_PLUGIN` in both workflow files with a valid name not longer than 20 characters
82
-
- Replace all occurencies of `THE_FOLDER_NAME_OF_YOUR_PLUGIN` with the folder name of your plugin
82
+
- Replace all occurrences of `NAME_OF_YOUR_PLUGIN` in both workflow files with a valid name not longer than 20 characters
83
+
- Replace all occurrences of `THE_FOLDER_NAME_OF_YOUR_PLUGIN` with the folder name of your plugin
83
84
- You may skip this step and we will add the workflows for you
84
85
8. Provide a README.md
85
86
- What your plugin does
86
87
- How to use it (e.g. add images, examples, etc.) to make it easy for developers to understand it
0 commit comments