Update README
This commit is contained in:
Родитель
0a8ddfa4e3
Коммит
f106c02b4c
23
README.md
23
README.md
|
@ -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`.
|
Загрузка…
Ссылка в новой задаче