Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.12 KB

Contributing

Creating Issues

To file bug reports and feature suggestions, use the "Issues" page.

  1. Make sure the issue has not been filed before.
  2. Create a new issue by filling out the issue form.
  3. If an issue requires more information and receives no further input, it will be closed.

Creating Pull Requests

To create pull requests, use the "Pull Requests" page.

  1. Create a new Issue describing the Bug or Feature you are addressing, to let others know you are working on it.
  2. If a related issue exists, add a comment to let others know that you'll submit a pull request.
  3. Create a new pull request by filling out the pull request form.

Setup

  1. Fork the repository.
  2. Clone your fork.
  3. Make a branch for your change.
  4. Run npm install.

Commit Messages

Use the Conventional Commits format.