multi-account-containers/CONTRIBUTING.md
Danny Colin d5d927aaee Update CONTRIBUTING.md
Co-authored-by: Maxx Crawford <maxx.crawford@gmail.com>
2022-11-11 12:13:24 -05:00

1.2 KiB

Contributing

Requirements

  • Firefox 91.1.0+
  • Git 2.13+
  • Node 7+

Getting Started

  1. Follow the instructions on How to fork a repository

  2. Fetch the locales:

    cd multi-account-containers
    git submobule update --init
    
  3. Install the project dependencies

    npm install --legacy-peer-deps
    
  4. Install web-ext command-line tool:

    npm install -g web-ext
    
  5. Run web-ext run -s src/.

Translations

The translations are located in src/_locales. This directory is a git repository like any other. Before editing files in this folder, you need to:

  1. cd src/_locales/
  2. git checkout -b message-updates-yyyymmdd
  3. git push -u origin message-updates-yyyymmdd

You can then open a pull request on the l10n repository.