bug_report.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: Bug report
  2. description: Create a report to help us improve
  3. labels: ["bug", "needs triage"]
  4. body:
  5. - type: textarea
  6. attributes:
  7. label: Describe the bug
  8. description: A clear and concise description of what the bug is.
  9. validations:
  10. required: true
  11. - type: textarea
  12. attributes:
  13. label: Steps to reproduce
  14. description: A recipe for reproducing the error. If possible, provide a link to a repository containing an executable repro scenario.
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Expected behavior
  20. description: A clear and concise description of what you expected to see.
  21. validations:
  22. required: true
  23. - type: textarea
  24. attributes:
  25. label: Actual behavior
  26. description: A clear and concise description of what you saw instead.
  27. validations:
  28. required: true
  29. - type: input
  30. attributes:
  31. label: Javaagent or library instrumentation version
  32. description: (e.g., `v0.9.0`, `393e4a2`, etc)
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Environment
  38. description: |
  39. Runtime environment information, including the runtime JDK distribution, OS, used library versions, javaagent configuration, etc.
  40. Example:
  41. > JDK: Temurin 17.0.7
  42. > OS: Ubuntu 20.04
  43. > Spring Boot 2.7.15, Hibernate 5.0.0, ...
  44. value: |
  45. **JDK**:
  46. **OS**:
  47. - type: textarea
  48. attributes:
  49. label: Additional context
  50. description: Add any other context about the problem here.