From 98d61708706f40f9b0e90f8b54c841b0744b8811 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Tue, 8 Sep 2015 16:44:44 +0200 Subject: [PATCH] Adds notes about contributing --- CONTRIBUTING.md | 11 +++++++++++ LICENSE | 2 +- README.md | 6 ++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..b46d5d4e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +Contributing +--- + +The issue tracker is at [github.com/CartoDB/Windshaft-cartodb](https://github.com/CartoDB/Windshaft-cartodb). + +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 91eaff9a..d939626d 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 dc28f532..b724e1e9 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,9 @@ Examples -------- [CartoDB's Map Gallery](http://cartodb.com/gallery/) showcases several examples of visualisations built on top of this. + + +Contributing +--- + +See [CONTRIBUTING.md](CONTRIBUTING.md).