Summary:
We currently have "Type: Bug Report", "Type: Bug Fix", and "Impact: Bug" in our list of labels. To simplify life for maintainers, lets use a single Bug label.

This PR makes it so new Bug Reports use the "Bug" label. The bot has been updated to accept "Bug" as a valid template label already.

[General] [Changed] - New issues use the Bug label
Pull Request resolved: https://github.com/facebook/react-native/pull/24707

Differential Revision: D15220772

Pulled By: hramos

fbshipit-source-id: e25f7180839d2e6aa7211b805dfbf5368b39d738
This commit is contained in:
Héctor Ramos 2019-05-06 13:45:48 -07:00 коммит произвёл Facebook Github Bot
Родитель 5f027ec64d
Коммит a7326d338c
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: "🐛 Bug Report"
about: You want to report a reproducible bug or regression in React Native.
title: ''
labels: 'Type: Bug Report'
labels: 'Bug'
---