Make the reproducer mandatory in the issue template

Summary:
As the title says, let's make this field mandatory so we don't have to ask for
a repro over and over again.

Changelog:
[Internal] [Changed] - Make the reproducer mandatory in the issue template

Reviewed By: cipolleschi

Differential Revision: D36552021

fbshipit-source-id: ac6aa0c3b1583afe38b3fcf78c385e5bdfb5f6e2
This commit is contained in:
Nicola Corti 2022-05-20 12:54:02 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 3369a29bda
Коммит 6838dabae2
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -43,5 +43,6 @@ body:
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
Please note that a reproducer is mandatory. Issues without reproducer are more likely to stall and will be closed.
validations:
required: false
required: true

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

@ -48,5 +48,6 @@ body:
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
Please note that a reproducer is mandatory. Issues without reproducer are more likely to stall and will be closed.
validations:
required: false
required: true