From 0fc81be8d8d956fdd90616a148664504338ebb9f Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Mon, 17 Aug 2015 14:44:05 -0700 Subject: [PATCH 1/4] Revert "add NL flag svg" This reverts commit a664ab20a4fab3c32f203ad80573f780584d5ee6. --- svg/emoji_u1f1f3_1f1f1.svg | 48 -------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 svg/emoji_u1f1f3_1f1f1.svg diff --git a/svg/emoji_u1f1f3_1f1f1.svg b/svg/emoji_u1f1f3_1f1f1.svg deleted file mode 100644 index a440b126d..000000000 --- a/svg/emoji_u1f1f3_1f1f1.svg +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From cb5390bd74fe2c1fd309092723b5970a1c736c21 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Mon, 17 Aug 2015 14:47:01 -0700 Subject: [PATCH 2/4] add contributor agreement text --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..5e5386796 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +Want to contribute? Great! First, read this page (including the small print +at the end). + +### Before you contribute +Before we can use your code, you must sign the +[Google Individual Contributor License +Agreement](https://developers.google.com/open-source/cla/individual?csw=1) +(CLA), which you can do online. The CLA is necessary mainly because you own the +copyright to your changes, even after your contribution becomes part of our +codebase, so we need your permission to use and distribute your code. We also +need to be sure of various other things—for instance that you'll tell us if you +know that your code infringes on other people's patents. You don't have to sign +the CLA until after you've submitted your code for review and a member has +approved it, but you must do it before we can put your code into our codebase. +Before you start working on a larger contribution, you should get in touch with +us first through the issue tracker with your idea so that we can help out and +possibly guide you. Coordinating up front makes it much easier to avoid +frustration later on. + +### Code reviews +All submissions, including submissions by project members, require review. +We use Github pull requests for this purpose. + +### The small print +Contributions made by corporations are covered by a different agreement than +the one above, the Software Grant and Corporate Contributor License +Agreement. From 4a7426fdd551a45cdb39483eb288a023a87e2d54 Mon Sep 17 00:00:00 2001 From: dougfelt Date: Mon, 17 Aug 2015 14:53:17 -0700 Subject: [PATCH 3/4] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..454bd1340 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# noto-emoji +Color and Black-and-White Noto emoji fonts, and tools for working with them. + +#### Contributing + +Please read [CONTRIBUTING](CONTRIBUTING.md) if you are thinking of contributing to this project. From 0a111eb4526f4c4e431c3f7124720d02b3186504 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Mon, 17 Aug 2015 16:21:46 -0700 Subject: [PATCH 4/4] update/add link to corporate agreement, per guidelines --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e5386796..342802144 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ at the end). ### Before you contribute Before we can use your code, you must sign the [Google Individual Contributor License -Agreement](https://developers.google.com/open-source/cla/individual?csw=1) +Agreement](https://cla.developers.google.com/about/google-individual) (CLA), which you can do online. The CLA is necessary mainly because you own the copyright to your changes, even after your contribution becomes part of our codebase, so we need your permission to use and distribute your code. We also @@ -23,5 +23,5 @@ We use Github pull requests for this purpose. ### The small print Contributions made by corporations are covered by a different agreement than -the one above, the Software Grant and Corporate Contributor License -Agreement. +the one above, the [Software Grant and Corporate Contributor License +Agreement](https://cla.developers.google.com/about/google-corporate).