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:
Родитель
42819c56be
Коммит
edb73010a1
|
@ -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
|
Загрузка…
Ссылка в новой задаче