Update 02-contribute.md

This commit is contained in:
Iñigo Medina 2018-04-12 15:43:30 +02:00 committed by GitHub
parent 61c508fd7b
commit 54b84f0312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ If you want to open a new issue in our repository, please follow these instructi
## Contributing code
Best part of open source, collaborate in Auth API code!. We like hearing from you, so if you have any bug fixed, or a new feature ready to be merged, those are the steps you should follow:
Best part of open source, collaborate in Torque.js code!. We like hearing from you, so if you have any bug fixed, or a new feature ready to be merged, those are the steps you should follow:
1. Fork the repository.
2. Create a new branch in your forked repository.
@ -27,7 +27,7 @@ If you want more detailed information, this [GitHub guide](https://guides.github
## Completing documentation
Auth API documentation is located in ```docs/```. That folder is the content that appears in the [Developer Center](http://carto.com/developer-center/auth-api/). Just follow the instructions described in [contributing code](#contributing-code) and after accepting your pull request, we will make it appear online :).
Torque.js documentation is located in ```docs/```. That folder is the content that appears in the [Developer Center](http://carto.com/developer-center/torque-js/). Just follow the instructions described in [contributing code](#contributing-code) and after accepting your pull request, we will make it appear online :).
**Tip:** A convenient, easy way of proposing changes in documentation is by using the GitHub editor directly on the web. You can easily create a branch with your changes and make a PR from there.