Skip to content

Commit

Permalink
Merge pull request #27184 from storybookjs/vy/nissuer
Browse files Browse the repository at this point in the history
Actions: Re-enable `nissuer` bot
  • Loading branch information
vanessayuenn authored May 17, 2024
2 parents a2bbf3e + 88816f9 commit d4d4603
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,26 @@ body:
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
id: reproduce
- type: input
id: repro-link
attributes:
label: To Reproduce
label: Reproduction link
description: >-
Due to the high volume of reports we receive, we can only prioritize bug reports that include a clear reproduction of the problem. Please use [storybook.new](https://storybook.new) to create one, and consult our [documentation](https://storybook.js.org/docs/react/contribute/how-to-reproduce) for guidance. Thank you for your understanding!
placeholder: >-
Please provide a link to your reproduction. Accepted hosts are GitHub, CodeSandbox, and StackBlitz. Note, if the URL is invalid (eg.: 404, or a private repository), we may close the issue.
Please provide a link to a reproduction of the issue. We accept reproductions hosted on GitHub, CodeSandbox, and StackBlitz. Due to the high volume of reports, we prioritize those with clear reproductions. The easiest way to create a reproduction is to use [storybook.new](https://storybook.new). For detailed guidance, please refer to our [documentation](https://storybook.js.org/docs/react/contribute/how-to-reproduce).
Important: If the provided URL is invalid (e.g., 404 error or private repository), we may close the issue. Thank you for your understanding!
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: Reproduction steps
description: >-
Include the steps to reproduce the issue using the provided link. Additionally, provide a clear and concise description of what you expected to happen.
placeholder: >-
1. Go to above link
2. Click on '....'
3. ...
- type: textarea
id: system
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
}
reproduction-comment: ".github/comments/invalid-link.md"
reproduction-hosts: "github.com,codesandbox.io,stackblitz.com"
reproduction-link-section: "### To Reproduce(.*)### System"
reproduction-link-section: "### Reproduction link(.*)### Reproduction steps"
reproduction-invalid-label: "needs reproduction"
reproduction-issue-labels: "bug,needs triage"

0 comments on commit d4d4603

Please sign in to comment.