From 4eac4e12f40cd3137c625163392689f5e7de19d4 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 25 Oct 2023 12:09:20 +0300 Subject: [PATCH] docs: update contribution guidelines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7ca3ad..ccb74af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ :tada: First off, thanks for taking the time to contribute! :tada: +The Crowdin API client provides methods that essentially call Crowdin's APIs. This makes it much easier for other developers to make calls to Crowdin's APIs, as the client abstracts a lot of the work required. In short, the API client provides a lightweight interface for making API requests to Crowdin. + The following is a set of guidelines for contributing to Crowdin Python Client. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. This project and everyone participating in it are governed by the [Code of Conduct](/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.