Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 1.08 KB

tgbotxx

Telegram Bot C++ Library

Contributig

First off, thanks for taking the time to contribute!
You are welcome to contribute to this library by helping to support further Telegram Api Versions.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Design Guidelines

The goal is to help the library designers ensure API consistency and up to date with the Telegram Api, and ease of use by providing a unified programming model for development. We recommend that you follow these design guidelines when developing objects and method that enhances tgbotxx library. Inconsistent library design adversely affects developer productivity and discourages adoption.

Coding style

We're using .clang-format based on LLVM style rules to enforce a certail coding style, with 2 spaces indentation, and camelCase styling for both class member and methods. Please enable clang-format formatting in your workspace.