Add new issue template for integrations (#13489)

* add new issue template for integrations

* fix wording and remove unneeded fields

* spellcheck

* small fix

* Update integration-follow-up.yaml
This commit is contained in:
Tatiana Kapos 2024-07-25 13:17:53 -07:00 коммит произвёл GitHub
Родитель 42819c56be
Коммит edb73010a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 51 добавлений и 0 удалений

51
.github/ISSUE_TEMPLATE/integration-follow-up.yaml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,51 @@
name: Integration Follow-up Report
description: File an integration follow-up issue
labels: [Integration Follow-up]
body:
- type: markdown
attributes:
value: |
Your issue will be triaged by the RNW team according to [this process](https://github.com/microsoft/react-native-windows/wiki/Triage-Process).
- type: textarea
validations:
required: true
attributes:
label: Problem Description
description: This form is for reporting errors arising from Meta integrations. Please provide a detailed description of the issue and any relevant information that may assist in debugging.
id: description
- type: textarea
validations:
required: true
attributes:
label: Link to the integration where the error originated
id: integration
- type: textarea
validations:
required: true
attributes:
label: Link to commit
description: Please link the specific commit from upstream that introduced the issue. If the exact commit is unknown, provide the range of commits brought in from the integration.
id: commit
- type: textarea
attributes:
label: Forked files
description: If any files were forked from upstream, list them below and ensure that any Windows-specific changes in those files are enclosed in [Windows] comments."
placeholder: |
1.
2.
id: files
- type: textarea
attributes:
label: Upstream PR
description: If an upstream PR has already been made, please link it and add the date the fork can be removed.
id: upstream
- type: dropdown
attributes:
label: Build Configuration
description: Which build configuration were you running?
options:
- "Debug"
- "DebugBundle"
- "Release"
- "ReleaseBundle"
id: config