1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Updated docs

This commit is contained in:
eldadfux 2019-08-17 11:11:56 +03:00
parent 6d36ebe845
commit 9e20e08249
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,11 @@
# Contributing
We would love for you to contribute to Appwrite and help make it even better than it is today! As a contributor, here are the guidelines we would like you to follow:
## Code of Conduct
Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct](/CODE_OF_CONDACT.md).
## Technology Stack
To start helping us to improve Appwrite server, prior knowledge of Appwrite technology stack can help you with getting started.

View file

@ -44,6 +44,7 @@ return [
],
'v1/locale' => [
'name' => 'Locale',
'description' => 'The locale service allow you customize your app based on your user location. Get your user location, IP address, list of countries names, phone codes, currencies and more. This product includes GeoLite2 data created by MaxMind, available from<a href="https://www.maxmind.com">https://www.maxmind.com</a>.',
'controller' => 'controllers/locale.php',
'sdk' => true,
],