This commit is contained in:
Fredrik Wollsén 2019-03-31 23:21:43 +03:00
Родитель dc8fef3444
Коммит fc5805a935
2 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -3,13 +3,11 @@
[![CircleCI badge](https://img.shields.io/circleci/project/github/mozilla/shield-studies-addon-template/master.svg?label=CircleCI)](https://circleci.com/gh/mozilla/shield-studies-addon-template/)
[![Coverage Status](https://coveralls.io/repos/github/mozilla/shield-studies-addon-template/badge.svg)](https://coveralls.io/github/mozilla/shield-studies-addon-template)
## About This Repository
This repository is intended as an example repository containing templates and good
practices for creating a [Add-On Experiments](https://mana.mozilla.org/wiki/display/FIREFOX/Pref-Flip+and+Add-On+Experiments) for Firefox.
practices for creating an [Add-On Experiment](https://mana.mozilla.org/wiki/display/FIREFOX/Pref-Flip+and+Add-On+Experiments) for Firefox.
See [TEMPLATE.md](./docs/TEMPLATE.md) for more details on how to use the template.
Note: Remove this section after you have cloned/merged the template to your own study add-on repo.
Note: Remove or adapt this text after you have cloned/merged the template to your own study add-on repo.
## Seeing the add-on in action

Просмотреть файл

@ -260,7 +260,7 @@ The example tests is inspired by tests in <https://github.com/mozilla/share-butt
>> tree -a -I 'node_modules|.git|.DS_Store'
```
This structure is set forth in [shield-studies-addon-template](https://github.com/mozilla/shield-studies-addon-template), with study-specific changes found mostly in `src/background.js`, `src/privileged/` and `src/studySetup.js`.
This add-on uses the structure is set forth in [shield-studies-addon-template](https://github.com/mozilla/shield-studies-addon-template), with study-specific changes found mostly in `src/background.js`, `src/privileged/` and `src/studySetup.js`.
## General Shield Study Engineering