Skip to content
MadZera edited this page Dec 2, 2025 · 6 revisions

This Wiki has the main objective to explain, for people who want to contribute with code, how the code standard of the HappyTree API works. The HappyTree API is a remarkably succinct and very short project compared to some frameworks often used in the market. This is not even a framework; rather, it is an API, which means it has some concepts, rules, and validations that anyone should acknowledge before contributing code.

For this, the first step would be to read the official HappyTree API Documentation. After completing that, you, as a person who wants to contribute, should read these pages in the following order:

  1. Branches & Issues & Versions Management
  2. Code Style
  3. Project Information
  4. Unit Tests
  5. Validations

The HappyTree Team appreciates your effort in trying to help us.

Clone this wiki locally