Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.07 KB

Contributing to CO. Resume

Welcome and thanks for your interest! Before submitting a pull request, please take a moment to review these guidelines.

Reporting Issues

Found a problem? Want a new feature?

Remember, a bug is a demonstrable problem caused by our code.

Submitting Pull Requests

Before submitting a pull request, please make sure the following is done:

  • Fork the repository and create your branch from main.
    • Example: feature/my-feature or fix/any-bug;
  • Run yarn in the repository root;
  • Ensure the test suite passes;
  • Ensure your commit is validated;

That’s it! Now open a pull request with a clear title and description.