Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Latest commit

History

History
63 lines (42 loc) 路 1.43 KB

CONTRIBUTING.md

File metadata and controls

63 lines (42 loc) 路 1.43 KB

Contributions

馃帀 Thanks for considering contributing to this project! 馃帀

These guidelines will help you send a pull request.

If you're submitting an issue instead, please skip this document.

If your pull request is related to a typo or the documentation being unclear, please click on the relevant page's Edit button (pencil icon) and directly suggest a correction instead.

This project was made with 鉂わ笍. The simplest way to give back is by starring and sharing it online.

Everyone is welcome regardless of personal background. We enforce a Code of conduct in order to promote a positive and inclusive environment.

Development process

First fork and clone the repository. If you're not sure how to do this, please watch these videos.

Run:

npm install

Make sure everything is correctly setup with:

npm test

Development tasks

The following development tasks are available. Please check the package.json scripts property for more information.

npm run build

Runs a Netlify Build locally with the current plugin. This can be used for debugging and manual tests.

The local Build configuration file is netlify.toml and can be modified.

npm run lint

Lints and prettifies source files.

npm run release

Publishes this plugin to npm.