bug.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: Bug Report
  2. description: Create a report to help us improve the Saleor React Storefront
  3. labels: ["type: bug"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thanks for taking the time to fill out this bug report! Using this template makes it a lot easier for us to diagnose your problem, so please fill in as many fields as possible.
  9. - type: textarea
  10. id: description
  11. attributes:
  12. label: Summary
  13. description: A short description of the problem
  14. placeholder: |
  15. Include what you expected to happen, and what actually happened.
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: steps-to-reproduce
  20. attributes:
  21. label: Steps to reproduce
  22. description: Steps to reproduce the behavior
  23. placeholder: |
  24. 1. Go to '...'
  25. 2. Click on '....'
  26. 3. Scroll down to '....'
  27. 4. See error
  28. validations:
  29. required: true
  30. - type: input
  31. id: link-to-reproduction
  32. attributes:
  33. label: A link to a reproduction repository
  34. description: The fastest way to describe your bug is to provide a reproduction repository.
  35. placeholder: https://github.com/project/link-to-your-reproduction-repo
  36. - type: textarea
  37. id: env
  38. attributes:
  39. label: Output from envinfo
  40. description: |
  41. To get the environment information from your desktop use this command and paste it here:
  42. `npx envinfo --system --binaries --browsers --markdown`
  43. Please also provide the version of pnpm you're using:
  44. `pnpm --version`