Adds notes about contributing
This commit is contained in:
parent
b160f4051a
commit
7eaae6f662
11
CONTRIBUTING.md
Normal file
11
CONTRIBUTING.md
Normal 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).
|
2
LICENSE
2
LICENSE
@ -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
|
||||||
|
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user