Skip to content

Latest commit

History

History
43 lines (27 loc) 路 1.17 KB

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) 路 1.17 KB

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. There are many ways to contribute to the project:

Community

Codebase

Pull Requests

  1. Read the tutorial

  2. Fork the project

  3. Clone your fork

  4. Create a pr/feature branch

    git checkout -b pr/CoolFeature
  5. Commit your changes

    You must follow the conventional commit to be able to commit

    git commit -m "feat(name): Added this CoolFeature"
  6. Run the tests

  7. Push your changes

    npm run release -- --no-tags
  8. Open a pull request