Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 1.01 KB

Contributing

Reporting Issues

If you have found what you think is a bug, please file an issue.

For usage questions, prefer this thread.

Suggesting new features

If you are here to suggest a feature, first create an issue if it does not already exist. From there, we will discuss use-cases for the feature and then finally discuss how it could be implemented.

Development

If you would like to contribute by fixing an open issue or developing a new feature you can use this suggested workflow:

  • Fork this repository.
  • Create a new feature branch based off the main branch.
  • Install dependencies by running $ npm install.
  • Run $ npm run dev and start working on the feature.

Pull requests

Please try to keep your pull request focused in scope and avoid including unrelated commits.

After you have submitted your pull request, we'll try to get back to you as soon as possible. We may suggest some changes or improvements.

Thank you for contributing!