Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1008 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (24 loc) · 1008 Bytes

Contributing

We welcome community support with both pull requests and reporting bugs. Please don't hesitate to jump in.

Review others' work

Check out the list of outstanding pull requests if there is something you might be interested in. Maybe somebody is trying to fix that stupid bug that bothers you. Review the PR. Do you have any better ideas how to fix this problem? Let us know.

Issues

The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests, but please respect the following restrictions:

  • Please do not use the issue tracker for personal support requests.
  • Please do not open issues or pull requests regarding the code in React or Docusaurus (open them in their respective repositories).

Local setup

To install arcana-ui:

  • npm install

To check whether your component is usable for other projects:

  • cd example && npm install && npm start

To run storybook:

  • npm run storybook

Testing

To run all tests:

  • npm test