From df02aeef890c8d1c704cb27136431a920388aec8 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 8 Sep 2023 14:43:15 -0400 Subject: [PATCH] remove sponsor links --- docs/pages/index.md | 3 --- docs/pages/resources/contributing.md | 4 ---- package.json | 4 ---- 3 files changed, 11 deletions(-) diff --git a/docs/pages/index.md b/docs/pages/index.md index 78a389a4d..ef680394b 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -34,7 +34,6 @@ toc: false [![License](https://img.shields.io/badge/license-MIT-232323.svg?style=flat-square)](https://github.com/shoelace-style/shoelace/blob/next/LICENSE.md)
[![Discord](https://img.shields.io/badge/Discord-Join%20the%20chat-5965f2.svg?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/mg8f26C) [![Twitter](https://img.shields.io/badge/Twitter-Follow-00acee.svg?style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/shoelace_style) -[![Sponsor](https://img.shields.io/badge/GitHub-Code-232323.svg?style=flat-square&logo=github&logoColor=white)](https://github.com/shoelace-style/shoelace) @@ -90,8 +89,6 @@ If your organization is looking to build a design system, [Web Awesome will save Whether you use Web Awesome as a starting point for your organization's design system or for a fun personal project, there's no limit to what you can do with it. -\*Please consider giving back some of what you save by [supporting this project with a sponsorship](https://github.com/sponsors/claviska). - ## Browser Support Web Awesome is tested in the latest two versions of the following browsers. diff --git a/docs/pages/resources/contributing.md b/docs/pages/resources/contributing.md index 53aca0c0a..1344d5ae8 100644 --- a/docs/pages/resources/contributing.md +++ b/docs/pages/resources/contributing.md @@ -51,8 +51,6 @@ Feature requests can be added using the issue tracker. - Please **do** share substantial use cases and perspective that support new features if they haven't already been mentioned. - Please **do not** bump, spam, or ping contributors to prioritize your own feature. -If you would like your feature prioritized, please consider [sponsoring the project](https://github.com/sponsors/claviska). - ### Bug Reports A bug is _a demonstrable problem_ caused by code in the library. Bug reports are an important contribution to the quality of the project. When submitting a bug report, there are a few steps you can take to make sure your issues gets attention quickly. @@ -65,8 +63,6 @@ A bug is _a demonstrable problem_ caused by code in the library. Bug reports are **A minimal test case is critical to a successful bug report.** It demonstrates that the bug exists in the library and not in surrounding code. Contributors should be able to understand the bug without studying your code, otherwise they'll probably move on to another bug. -If you would like your bug prioritized, please consider [sponsoring the project](https://github.com/sponsors/claviska). - ### Pull Requests To keep the project on track, please consider the following guidelines before submitting a PR. diff --git a/package.json b/package.json index 6b2cdbf0a..f3d7ef11b 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,6 @@ "bugs": { "url": "https://github.com/shoelace-style/shoelace/issues" }, - "funding": { - "type": "individual", - "url": "https://github.com/sponsors/claviska" - }, "scripts": { "start": "node scripts/build.js --serve", "build": "node scripts/build.js",