Welcome to bezier-react. We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- (Recommended) Commit with commitizen(cz-cli).
- Install commitizen globally.
yarn dlx commitizen
- Commit with commitizen.
git cz
- Install commitizen globally.
- Push to your forked repository.
- Issue that pull request (from forked repository to origin).
We are using commitizen as described above. In more detail, it follows the AngularJS's commit message convention. You will add what kind of commit belongs to using the commitizen, and the types are as follows.
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing or correcting existing tests
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
We are using changesets as a tool to manage versioning and changelogs. If you think your changes should be released, add a changeset which is a piece of information about your changes.
yarn changeset
Report bugs using GitHub's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
By contributing, you agree that your contributions will be licensed under its Apache License 2.0. Your submissions are understood to be under the same Apache License 2.0 that covers the project. Feel free to contact the maintainers if that's a concern.
This document was adapted from the open-source contribution guidelines for Facebook's Draft