bug_report.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: Bug Report
  2. description: File a bug/issue
  3. title: 'bug: <title>'
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you.
  9. - type: checkboxes
  10. attributes:
  11. label: Is there an existing issue for this?
  12. description: Please search to see if an issue already exists for the bug you encountered.
  13. options:
  14. - label: I have searched the existing issues
  15. required: true
  16. - type: input
  17. attributes:
  18. label: Package Version
  19. description: What version of sign in with are you using?
  20. placeholder: 1.0.0
  21. validations:
  22. required: true
  23. - type: textarea
  24. attributes:
  25. label: Current Behavior
  26. description: A concise description of what you're experiencing.
  27. validations:
  28. required: false
  29. - type: textarea
  30. attributes:
  31. label: Expected Behavior
  32. description: A concise description of what you expected to happen.
  33. validations:
  34. required: false
  35. - type: textarea
  36. attributes:
  37. label: Steps To Reproduce
  38. description: Steps or code snippets to reproduce the behavior.
  39. validations:
  40. required: false
  41. - type: input
  42. attributes:
  43. label: Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
  44. description: |
  45. Please provide a link to a minimal repository that can reproduce the problem you ran into.
  46. This makes investigating issues and helping you out significantly easier! For most issues, you will likely get asked to provide one so why not add one now :)
  47. validations:
  48. required: false
  49. - type: textarea
  50. attributes:
  51. label: Anything else?
  52. description: |
  53. Browser info? Screenshots? Anything that will give us more context about the issue you are encountering!
  54. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
  55. validations:
  56. required: false