Skip to content

Latest commit

History

History
52 lines (33 loc) 路 1.78 KB

CONTRIBUTING.md

File metadata and controls

52 lines (33 loc) 路 1.78 KB

Contributing

Code of Conduct

This repository has adopted the Contributor Covenant as it's Code of Conduct. It is expected that participants adhere to it.

Proposing a Change

If you are unsure about whether or not a change is desired, you can create an issue. This is useful because it creates the possibility for a discussion that's visible to everyone.

When fixing a bug it is fine to submit a pull request right away.

Setup

Tools

You need the following tools to be installed.

Tip: Use nvm or n or nodenv to manage Node.js versions on your machine.

Plugins

Install and enable plugins for your IDE:

Prettier configuration

Sending a Pull Request

Steps to be performed to submit a pull request:

  1. Fork the repository and create your branch from main.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Run yarn build and make sure no errors are generated in the console before creating the PR.
  5. Fill out the description, link any related issues and submit your pull request.

License

By contributing to this repository, you agree that your contributions will be licensed under its MIT license.