You can help with translating whether it be fixing an error or adding a new language.
Translations can be accessed and edited through our Crowdin project. There you can:
- Translate or proofread content
- Vote or edit on existing translations
- Open discussion topics
If you want to contribute, you need to first fork the repository or learn how to at "Forking a repository."
After forking to your own GitHub account, run the following steps to get started:
# Clone your fork
git clone https://github.com/RyanLua/ClassroomDarkMode.git # Replace `RyanLua` with the username of your fork
cd ClassroomDarkMode
# Install dependencies
npm install
All code relating to the extension can be found under the src
directory. There you can make changes to the extension's code. When you are finished with your changes you are required to load your extension and test it for any bugs or issues.
To load the extension into your browser:
- Navigate to your extension's page (
edge://extensions
for Edge) - Enable "Developer mode"
- Click "Load unpacked" and select the
src
directory - You now should see the extension under Installed extensions > From other sources
When have reviewed all changed code and checked for any bugs or issues you can create a new pull request to get your changes merged.