diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..ecf81f2b4 --- /dev/null +++ b/CONTRIBUTING.md @@ -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). diff --git a/LICENSE b/LICENSE index 91eaff9af..d939626db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014, Vizzuality +Copyright (c) 2015, CartoDB All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 50a7dfcca..7100d7ca8 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,8 @@ If any issue arise see test/README.md Note that the environment should be set to ensure the default PostgreSQL user is superuser (PGUSER=postgres make check). + +Contributing +--- + +See [CONTRIBUTING.md](CONTRIBUTING.md).