From 3811575a2b5277cf3c0f7d9d63f290f9aeec6948 Mon Sep 17 00:00:00 2001 From: Louay Alakkad Date: Tue, 20 Aug 2019 12:56:21 +0100 Subject: [PATCH 1/7] Create CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3e9d2dd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Contributing +Thanks for being willing to contribute! + +If this is your first time working on a terraform provider, please check [their docs page for writing custom providers](https://www.terraform.io/docs/extend/writing-custom-providers.html). + +Set up and usage instructions should all be available in the project's [readme](./README.md) file. From 676cf584446472282a6549c3f469ebaae7f144da Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:16:17 +0000 Subject: [PATCH 2/7] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408bb42..51ec41e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Nham Le
Nham Le

💻 Louay Alakkad
Louay Alakkad

💻 🚧 ⚠️ 📖 - David Rubin
David Rubin

💻 🚧 ⚠️ + David Rubin
David Rubin

💻 🚧 ⚠️ 📖 Johan Bloemberg
Johan Bloemberg

💻 ⚠️ 🤔 From 4cf6b58f84aa1ad24164b929f97cbf6904d6c22e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:16:18 +0000 Subject: [PATCH 3/7] docs: update .all-contributorsrc --- .all-contributorsrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 932fce5..a3e64c9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -34,7 +34,8 @@ "contributions": [ "code", "maintenance", - "test" + "test", + "doc" ] }, { From 0bc78e7507a446d17cc28a38ccc4763733f84605 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:17:53 +0000 Subject: [PATCH 4/7] docs: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51ec41e..416bb7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Terraform UptimeRobot Provider -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors) [![CircleCI](https://circleci.com/gh/louy/terraform-provider-uptimerobot.svg?style=svg)](https://circleci.com/gh/louy/terraform-provider-uptimerobot) ## Getting started @@ -77,6 +77,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Louay Alakkad
Louay Alakkad

💻 🚧 ⚠️ 📖 David Rubin
David Rubin

💻 🚧 ⚠️ 📖 Johan Bloemberg
Johan Bloemberg

💻 ⚠️ 🤔 + Seb Patane
Seb Patane

📦 From 8989a18a4d8b8c135337d4bb22b0f246e8bdb3ea Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:17:55 +0000 Subject: [PATCH 5/7] docs: update .all-contributorsrc --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index a3e64c9..2c69e8a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -48,6 +48,15 @@ "test", "ideas" ] + }, + { + "login": "Novex", + "name": "Seb Patane", + "avatar_url": "https://avatars1.githubusercontent.com/u/564860?v=4", + "profile": "https://twitch.tv/sebbity", + "contributions": [ + "platform" + ] } ], "contributorsPerLine": 7, From 7950d1fb6d23594d430c200c8e82c0b4236b680b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:19:33 +0000 Subject: [PATCH 6/7] docs: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 416bb7b..8f29bc3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Terraform UptimeRobot Provider -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors) [![CircleCI](https://circleci.com/gh/louy/terraform-provider-uptimerobot.svg?style=svg)](https://circleci.com/gh/louy/terraform-provider-uptimerobot) ## Getting started @@ -78,6 +78,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d David Rubin
David Rubin

💻 🚧 ⚠️ 📖 Johan Bloemberg
Johan Bloemberg

💻 ⚠️ 🤔 Seb Patane
Seb Patane

📦 + YIFAN LI
YIFAN LI

💻 ⚠️ From cd7aa0688631d906aa939864b6d582d635cb0d17 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:19:34 +0000 Subject: [PATCH 7/7] docs: update .all-contributorsrc --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2c69e8a..b1605c6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -57,6 +57,16 @@ "contributions": [ "platform" ] + }, + { + "login": "leeif", + "name": "YIFAN LI", + "avatar_url": "https://avatars1.githubusercontent.com/u/15794005?v=4", + "profile": "https://github.com/leeif", + "contributions": [ + "code", + "test" + ] } ], "contributorsPerLine": 7,