Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.76 KB

Contributing.md

File metadata and controls

37 lines (23 loc) · 1.76 KB

How to contribute

We love pull requests. And following this guidelines will make your pull request easier to merge.

If you want to contribute but don’t know what to do, take a look at these two labels: help wanted and good first issue.

Use GitHub interface for simple documentation changes, otherwise follow the steps below.

Prerequisites

Development workflow

Always start from develop branch and merge back to develop branch.

To build your changes run:

yarn build

Please update yarn lock file (yarn.lock) if you add or update dependencies.

Other notes

  • If you have commit access to repository and want to make big change or not sure about something, make a new branch and open pull request.
  • We’re using Prettier to format code, so don’t worry much about code formatting.
  • Use Conventional Commits, like so: feat(scope): topic
  • Don’t commit generated files, like minified JavaScript.
  • Don’t change version number and changelog.

Need help?

If you want to contribute but have any questions, concerns or doubts, feel free to ping maintainers. Ideally create a pull request with WIP (Work in progress) in its title and ask questions in the pull request description.