Adds notes about contributing

This commit is contained in:
Raul Ochoa 2015-09-08 16:40:12 +02:00
parent b160f4051a
commit 7eaae6f662
3 changed files with 17 additions and 1 deletions

11
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,11 @@
Contributing
---
The issue tracker is at [github.com/CartoDB/CartoDB-SQL-API](https://github.com/CartoDB/CartoDB-SQL-API).
We love pull requests from everyone, see [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing).
## Submitting Contributions
* You will need to sign a Contributor License Agreement (CLA) before making a submission. [Learn more here](https://cartodb.com/contributing).

View File

@ -1,4 +1,4 @@
Copyright (c) 2014, Vizzuality Copyright (c) 2015, CartoDB
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -66,3 +66,8 @@ If any issue arise see test/README.md
Note that the environment should be set to ensure the default Note that the environment should be set to ensure the default
PostgreSQL user is superuser (PGUSER=postgres make check). PostgreSQL user is superuser (PGUSER=postgres make check).
Contributing
---
See [CONTRIBUTING.md](CONTRIBUTING.md).