-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Design Issue | ||
description: '[SCREENSHOT REQUIRED] - Create a design issue report' | ||
labels: ['status: needs-triage', 'v3', 'area: ui'] | ||
body: | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the Bug | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reproduction Steps | ||
description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that [syntax highlighting is correct](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) and double check that the rendered preview is not broken. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment Info | ||
description: Paste output from `pnpm payload info` (>= beta.92) _or_ Payload, Node.js, and Next.js versions. | ||
render: text | ||
placeholder: | | ||
Payload: | ||
Node.js: | ||
Next.js: | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: Before submitting the issue, go through the steps you've written down to make sure the steps provided are detailed and clear. | ||
- type: markdown | ||
attributes: | ||
value: Contributors should be able to follow the steps provided in order to reproduce the bug. | ||
- type: markdown | ||
attributes: | ||
value: These steps are used to add integration tests to ensure the same issue does not happen again. Thanks in advance! |
6 changes: 3 additions & 3 deletions
6
.github/ISSUE_TEMPLATE/2.bug_report.yml → .github/ISSUE_TEMPLATE/3.bug_report_v2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters