Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 782 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 782 Bytes

Contributing to Collejo

Thank you for your contribution.

You can help by doing any of the following:

  1. Opening issues
  2. Commenting on open issues
  3. Sending PRs
  4. Testing PRs
  5. Writing tests
  6. Writing documentation on the documentation repository (https://github.com/CodeBreez/collejo-docs)[https://github.com/CodeBreez/collejo-docs]

Your code contributions are always welcomed:

The general workflow follows these steps:

  • Open an issue / Find an issue / Suggest a feature via our GitHub Issues page
  • Discuss the issue/feature with us and community members
  • Take ownership of the issue/feature
  • Fork the project
  • Create a feature branch and begin work
  • Sync your work with the main branch from time to time
  • Open PR and iterate
  • Accepted and Merged!

Thank you.