doc: Add the labels of the BugType model (#1518)

This commit is contained in:
Martin Monperrus 2020-04-30 12:32:22 +02:00 коммит произвёл GitHub
Родитель fd93e8b19d
Коммит 78e6ba6aac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,7 +12,7 @@ https://hacks.mozilla.org/2019/04/teaching-machines-to-triage-firefox-bugs/
- **backout** - The aim of this classifier is to detect patches that might be more likely to be backed-out (because of build or test failures). It could be used for test prioritization/scheduling purposes.
- **bugtype** - The aim of this classifier is to classify bugs according to their type.
- **bugtype** - The aim of this classifier is to classify bugs according to their type. The labels are gathered automatically from bugs: right now they are "crash/memory/performance/security". The plan is to add more types after manual labeling.
- **component** - The aim of this classifier is to assign product/component to (untriaged) bugs.