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 eee496f9..4cd0530d 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 @@ -19,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. diff --git a/package.json b/package.json index 33faf477..7c838833 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", @@ -28,7 +28,7 @@ "supports-webp": "2.0.1" }, "devDependencies": { - "react-scripts": "3.4.3", + "react-scripts": "3.4.4", "node-sass": "^4.14.1" }, "scripts": {