This commit is contained in:
Sean Voisen 2019-08-24 15:12:28 -07:00
Родитель 0a8ddfa4e3
Коммит f106c02b4c
1 изменённых файлов: 22 добавлений и 1 удалений

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

@ -1,2 +1,23 @@
# Firefox Layout Triage
# Firefox Platform Layout Triage
The script in this repository updates and generates triage duty cycle rotations for the Firefox Platform Layout team. Data is published as JSON for consumption by release management auto-nag bots, as well as ICAL for consumption by team members.
## Installation
1. Clone the repository.
2. Run `npm install`.
3. Copy `config.template.json` to `config.json` and edit as needed.
## Adding a Triage Cycle
Run `npm run update`. Output (JSON and ICAL files) will be placed in the `dist` directory.
## Publishing Updated Data
Run `npm run publish`. This will publish everything in the `dist` directory to the `gh-pages` branch and push it to GitHub.
## Resetting All Data
**Note:** This will erase all triage history in `history.json` and start triage rotation over using the first team member listed on `config.json`.
Run `npm run reset`.