From a0d3b084a3e9e4eb65f203b6dc80e39bf9856848 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Mon, 19 Oct 2020 21:44:23 +0100 Subject: [PATCH 1/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eee496f9..a99eb640 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,10 @@ # Contributing All contributions are welcome! However, there are some things you need to take note of before starting your contribution to the Mue project. +By contributing to Mue, you agree that: +* None of the work submitted is plagiarised +* Your contribution will be distributed under the [BSD-3-Clause License](LICENSE) after it has been merged or implemented otherwise. + ## General Test *everything*. That's right - make sure every feature still works depending on the change you just implemented. If it's a translation, check if all strings are translated. A bug fix? See if it has fixed the issue fully on both Chromium and Firefox. For features, make sure that everything else still works fine and is compatible with what you From c84e727b228a9c2407dbe9bf621be2c6650a9951 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 07:57:38 +0000 Subject: [PATCH 2/4] Bump react-scripts from 3.4.3 to 3.4.4 Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/commits/v3.4.4/packages/react-scripts) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdef07cd..e8e3036f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "supports-webp": "2.0.1" }, "devDependencies": { - "react-scripts": "3.4.3", + "react-scripts": "3.4.4", "node-sass": "^4.14.1" }, "scripts": { From 74b02f6bcf5d8a5d4b65fcedb144691c833c667d Mon Sep 17 00:00:00 2001 From: David Ralph Date: Wed, 21 Oct 2020 13:23:58 +0100 Subject: [PATCH 3/4] update mue domain in package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e8e3036f..7f98e098 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "mue", "private": true, - "author": "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)", + "author": "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)", "maintainers": [ - "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)", - "Alex \"TurboMarshmello\" Sparkes (https://github.com/alexsparkes)" + "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)", + "Alex \"TurboMarshmello\" Sparkes (https://github.com/alexsparkes)" ], "description": "Fast, open and free-to-use new tab page for most modern browsers.", "repository": { "url": "github:mue/mue" }, - "homepage": "https://muetab.xyz", + "homepage": "https://muetab.com", "bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D", "license": "BSD-3-Clause", "version": "4.2.1", From 0b4383d2632b2126d0c74a9e3c5365e645a4fbc6 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Wed, 21 Oct 2020 19:01:51 +0100 Subject: [PATCH 4/4] change email and update contributing file --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index edd8f240..7f1074c7 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at github@muetab.xyz. All +reported by contacting the project team at hello@muetab.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a99eb640..4cd0530d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Here's some quick bullet points as to what your code should be like on Mue: ### Features We prefer it if you implement features from our [projects board](https://github.com/mue/mue/projects). However, if you have an idea feel free to let us know first via a GitHub issue or our Discord server (see README for invite). Here's a quick list of things to look out for: -* External APIs - Please refrain from requesting to servers not on the ``muetab.xyz``, ``derpyenterprises.org`` or ``duckduckgo.com`` domains. Whenever possible, try to create +* External APIs - Please refrain from requesting to servers not on the ``muetab.com``, ``derpyenterprises.org`` or ``duckduckgo.com`` domains. Whenever possible, try to create a "proxy" API service for requests to go through. Pull requests involving paid APIs or heavily limited free plans will be denied. * Clones - Please don't go blatantly copying features from the alternative extensions out there unless you have written permission from the original author of the project. Inspired features are fine.