From b0bf60bd7df3857fdfe86bc2a9aef28a1e8abd34 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Thu, 12 Oct 2017 00:15:04 +0200 Subject: [PATCH] Docs: Add yourself as a contributor (#677) --- .all-contributorsrc | 9 +++++++++ CONTRIBUTING.md | 15 ++++++++++++++- README.md | 4 ++-- package.json | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index fa5e81a0..002cfc77 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -364,6 +364,15 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/1100280?v=4", "profile": "https://github.com/bruce-one", "contributions": [] + }, + { + "login": "DirtyF", + "name": "Frank Taillandier", + "avatar_url": "https://avatars3.githubusercontent.com/u/103008?v=4", + "profile": "https://frank.taillandier.me", + "contributions": [ + "doc" + ] } ] } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f2ca2b2..9377e1b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,20 @@ We actively welcome your pull requests. 4. Ensure the test suite passes. 5. Make sure your code lints. 6. PR's must be rebased before merge (feel free to ask for help) -7. PR should be reviewed by two maintainers (@erquhart, @Benaiah, @tech4him1) prior to merging. +7. PR should be reviewed by two maintainers (@erquhart, @Benaiah, @tech4him1) prior to merging. + +## Add yourself as a contributor + +This project follows the [all contributors](https://github.com/kentcdodds/all-contributors) specification. To add yourself to the table of contributors on the README.md, +please use the automated script as part of your PR: + +```console +yarn run add-contributor +``` + +Follow the prompt. If you've already added yourself to the list and are making a +new type of contribution, you can run it again and select the added contribution +type. ## License diff --git a/README.md b/README.md index 53b39142..e98d91e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Netlify CMS -[![All Contributors](https://img.shields.io/badge/all_contributors-46-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-47-orange.svg?style=flat-square)](#contributors) A CMS for static site generators. Give non-technical users a simple way to edit and add content to any site built with a static site generator. @@ -54,7 +54,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds | [
Kalin Chernev](https://github.com/kalinchernev)
| [
tortilaman](https://github.com/tortilaman)
| [
Václav Klecanda](http://www.vxk.cz)
| [
DrianHillman](http://drianhillman.me)
| [
Sean Crawford](https://github.com/seantcoyote)
| [
Robert Riemann](http://blog.riemann.cc)
| [
Ben Berman](http://jygabyte.com)
| | [
Benjamin Kniffler](https://github.com/bkniffler)
| [
Mike Wickett](http://www.wickett.ca)
| [
Rory Claasen](http://roryclaasen.me)
| [
Frederic Brodbeck](http://www.freder.io/)
| [
Stuart Dum](https://github.com/simplystuart)
| [
Ryan Watters](https://github.com/rdwatters)
| [
Helder S Ribeiro](https://twitter.com/hsribei)
| | [
Artem Govorov](http://dm.gl)
| [
Cédric Delpoux](http://xuopled.netlify.com/)
| [
imorente](https://github.com/imorente)
| [
David Francoeur](http://davidfrancoeur.com)
| [
Rusta](https://github.com/Rusta)
| [
Henrik Lau Eriksson](http://henrik.laueriksson.com)
| [
Kraig Walker](https://www.kraigwalker.com)
| -| [
Rich Cook](http://www.TalesofMurder.com)
| [
Damien Van Der Windt](https://github.com/damienvdw)
| [
Matt Jared](http://mattjared.github.io/)
| [
bruce-one](https://github.com/bruce-one)
| +| [
Rich Cook](http://www.TalesofMurder.com)
| [
Damien Van Der Windt](https://github.com/damienvdw)
| [
Matt Jared](http://mattjared.github.io/)
| [
bruce-one](https://github.com/bruce-one)
| [
Frank Taillandier](https://frank.taillandier.me)
[📖](https://github.com/netlify/netlify-cms/commits?author=DirtyF "Documentation") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! diff --git a/package.json b/package.json index 3ccbdf18..a3af1198 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "test:watch": "jest --watch", "build": "cross-env NODE_ENV=production webpack --config webpack.prod.js --display-error-details", "build:scripts": "cross-env NODE_ENV=production webpack --config webpack.cli.js", - "contributors:add": "all-contributors add", - "contributors:generate": "all-contributors generate", + "add-contributor": "all-contributors add", + "generate-contributors": "all-contributors generate", "storybook": "start-storybook -p 9001", "storybook-build": "build-storybook -o dist", "lint": "npm run lint:js & npm run lint:css",