From 56629861fd430873498e9119a62fbb02f9983ff1 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Wed, 11 Mar 2020 10:37:14 +0300 Subject: [PATCH] perf: struct files and add funding --- CONTRIBUTING.md => .github/contributing.md | 0 .github/funding.md | 8 ++++++++ README.md | 2 +- logo.svg => assets/logo.svg | 0 4 files changed, 9 insertions(+), 1 deletion(-) rename CONTRIBUTING.md => .github/contributing.md (100%) create mode 100644 .github/funding.md rename logo.svg => assets/logo.svg (100%) diff --git a/CONTRIBUTING.md b/.github/contributing.md similarity index 100% rename from CONTRIBUTING.md rename to .github/contributing.md diff --git a/.github/funding.md b/.github/funding.md new file mode 100644 index 00000000..e991723d --- /dev/null +++ b/.github/funding.md @@ -0,0 +1,8 @@ +# These are supported funding model platforms + +github: [yyx990803, posva] +patreon: evanyou +open_collective: vuejs +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/vue +custom: # Replace with a single custom sponsorship URL \ No newline at end of file diff --git a/README.md b/README.md index 9b8a5fee..bae3ad67 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@


- logo of vue-awesome repository + logo of vue-awesome repository

diff --git a/logo.svg b/assets/logo.svg similarity index 100% rename from logo.svg rename to assets/logo.svg