From dccf71cd3843229dc3aabd10f696ea40b65b1e24 Mon Sep 17 00:00:00 2001 From: 38elements Date: Sun, 27 Dec 2020 09:19:08 +0900 Subject: [PATCH] Remove .github/CODEOWNERS --- .github/CODEOWNERS | 4 ---- CONTRIBUTING.md | 6 ------ content/en/about/demos-examples.md | 4 ---- 3 files changed, 14 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index cef8d201a..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,4 +0,0 @@ -/test/ @preactjs/website -/src/ @preactjs/website -/content/en/ @preactjs/docs -/content/ja/ @38elements diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d40161c2..029caff56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,12 +10,6 @@ Once the content is added, the wonderful folks who help maintain each translatio English is the site's default language and is generally the source for translations. Try to follow the existing formatting where possible. -### Japanese Version - -* Changes to the Japanese Version are approved by @38elements. -* For easy review, place each sentence on a new line. -* Cosmetic changes are not accepted. - ### German Version * German translations can be approved by @marvinhagemeister diff --git a/content/en/about/demos-examples.md b/content/en/about/demos-examples.md index 934f1a42f..cfa01d441 100755 --- a/content/en/about/demos-examples.md +++ b/content/en/about/demos-examples.md @@ -57,10 +57,6 @@ A site that allows you to search through [Akamai State of the Internet Connectiv Desktop App for uploading assets to Contentful (API based CMS) [Github Project](https://github.com/contentful-labs/file-upload-example) -**[Code and Comment](https://code-and-comment.github.io/code-and-comment/)** :memo: -An application for adding comments to any file on Github. -[Github Project](https://github.com/code-and-comment/code-and-comment) - **[Exchange Widget](https://sgtpep.github.io/exchange-widget/dist/)** :currency_exchange: The currency exchange widget inspired by a popular mobile app implemented using Preact, Meiosis, HTML tagged templates and native ES modules. [Github Project](https://github.com/sgtpep/exchange-widget)