Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.18 KB

Contributing

Developing

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:

  1. Navigate to your extension's page (edge://extensions for Edge)
  2. Enable "Developer mode"
  3. Click "Load unpacked" and select the src directory
  4. 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.

Translating

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

License

By contributing, you agree that your contributions will be licensed under the Apache License 2.0.