Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.01 KB

Contributing to Riot Examples

If you'd like to contribute an example or bug fix, feel free to send us a pull request. Please make sure to search the issue tracker first for duplicates.

Make it testable

Create tests for your examples. This is so we can ensure they don't break when future changes are made and it also helps people to understand the processes within.

Script tags and external libraries

Please make sure to use always the latest riot releases:

For all the other libraries use unpkg.com

Folder structure

Please follow the standard set by the other examples by using this folder structure suggestion:

  • example-tag.css
  • example-tag.js
  • example-tag.tag
  • index.html
  • README.md
  • package.json
  • test/

Not all of these are required, it will differ between examples.

We are happy to accept PRs so thank you in advance!