Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 812 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 812 Bytes

CONTRIBUTING

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

To start contribute to this project, you can clone this repository, install required dependencies (using yarn is extremely preferred), then in your terminal you can execute this command:

yarn new "Title" "version" "Description" "Author"

For example:

yarn new "Svelte" 3 "Cybernetically enhanced web apps" "faultable"

Above script will generate you a new "report" based on our template! You can start editing the report by opening your code editor to "slug-style" of title and version format under pages/reports/ directory.

vim pages/reports/svelte-3.mdx

That's it!