mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 00:21:57 +00:00
1.5 KiB
1.5 KiB
Thank you! 💜
Thank you for contributing to our awesome resources.
Todo list
- Create a valid JSON file in the
/plugins
folder - Name the file as a "kebab case" (something-like-this) version of the title
- Add the following keys to the JSON file:
id
: an integer number incrementing the current higher plugin idtitle
: The plugin name followed by a very short description of what's kind of plugin is it (a few words at most)image
: the thumbnail file name (more infos in the next list item)description
: A short description about the plugin, a few keywords are welcome to help the search engineurl_github
: Link to Github repo (Optional as long as there is at least one url)url_npm
: Link to NPM repo (Optional as long as there is at least one url)url_demo
: Link to plugin's website or a demo page (Optional as long as there is at least one url)
- Add a thumbnail picture in the
/uploads
folder- PNG, JPG and GIF formats only are authorized for now
- Measuring a least 616×390px
- Prefixed with the same id you put in the JSON file (example: 42-mysuperplugin.png).
Guidelines
-
One item per Pull Request.
-
The resource must not need any external dependencies (like jQuery, React.js, Vue.js), that's the all point of a vanilla JS plugins.
-
The todolist bellow must have been completed.
-
(optional) Allow modification from maintener, to avoid waisting time if your pull-request only need a few fixes or if the todolist isn't completed