24.09-bug-report.yml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. name: 24.09 Release Bug Report
  2. description: Template for submitting a bug for the 24.09 O3DE Release
  3. title: '24.09 Release - BUG NAME'
  4. labels: "kind/bug-2409,needs-triage,needs-sig"
  5. assignees:
  6. - Ulrick28
  7. body:
  8. - type: textarea
  9. id: bug-description
  10. attributes:
  11. label: Bug Description
  12. description: "A clear and concise description of what the bug is. Try to isolate the issue to help
  13. the community to reproduce it easily and increase chances for a fast fix."
  14. validations:
  15. required: true
  16. - type: textarea
  17. id: assets-required
  18. attributes:
  19. label: Assets-Required
  20. description: "Please provide sample assets needed to reproduce the issue, either as an
  21. [attachment](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files)
  22. or as a link to a public asset in Github."
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: steps-to-reproduce
  27. attributes:
  28. label: Steps to Reproduce
  29. description: "Steps to reproduce the behavior:
  30. 1. Go to '...'
  31. 2. Click on '...'
  32. 3. Select attached asset '...'
  33. 4. Scroll down to '...'
  34. 5. See error"
  35. validations:
  36. required: true
  37. - type: textarea
  38. id: expected-behavior
  39. attributes:
  40. label: Expected Behavior
  41. description: "A clear and concise description of what you expected to happen."
  42. validations:
  43. required: true
  44. - type: textarea
  45. id: actual-behavior
  46. attributes:
  47. label: Actual Behavior
  48. description: "A clear and concise description of what actually happened."
  49. validations:
  50. required: true
  51. - type: textarea
  52. id: screenshots-videos
  53. attributes:
  54. label: Screenshots/Videos
  55. description: "If applicable, add screenshots and/or a video to help explain your problem."
  56. validations:
  57. required: true
  58. - type: textarea
  59. id: found-in-branch
  60. attributes:
  61. label: Found In Branch
  62. description: "Name of or link to the branch where the issue occurs."
  63. validations:
  64. required: true
  65. - type: textarea
  66. id: commit-ID-from
  67. attributes:
  68. label: Commit ID From
  69. description: "Please provide the SHA/hash that identifies the latest commit from the o3de/o3de
  70. repository if the issue is reproducible in the development or other official branches. You can get
  71. the commit ID by running the `git rev-parse HEAD` command on your current branch."
  72. validations:
  73. required: true
  74. - type: textarea
  75. id: desktop-device
  76. attributes:
  77. label: Desktop/Device
  78. description: "Desktop/Device: Please please complete the following information
  79. - Device: [e.g. PC, Mac, iPhone, Samsung]
  80. - OS: [e.g. Windows, macOS, iOS, Android]
  81. - Version [e.g. 10, Monterey, Oreo]
  82. - CPU [e.g. Intel I9-9900k , Ryzen 5900x, ]
  83. - GPU [AMD 6800 XT, NVidia RTX 3090]
  84. - Memory [e.g. 16GB]"
  85. validations:
  86. required: true
  87. - type: textarea
  88. id: additional-context
  89. attributes:
  90. label: Additional Context
  91. description: "Add any other context about the problem here."