bug_report.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. name: Bug Report
  2. description: Create a report to help us improve NanoBrowser
  3. title: "[Bug]: "
  4. labels: ["bug", "needs-triage"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this bug report!
  10. - type: input
  11. id: version
  12. attributes:
  13. label: Nanobrowser Version
  14. description: What version of NanoBrowser are you running?
  15. placeholder: e.g., 0.1.0
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: description
  20. attributes:
  21. label: Bug Description
  22. description: A clear and concise description of what the bug is
  23. placeholder: Tell us what happened...
  24. validations:
  25. required: true
  26. - type: textarea
  27. id: reproduction
  28. attributes:
  29. label: Steps to Reproduce
  30. description: Steps to reproduce the behavior
  31. placeholder: |
  32. 1. My prompt is '...'
  33. 2. I click '...'
  34. 3. I see '...'
  35. validations:
  36. required: true
  37. - type: dropdown
  38. id: llm_provider
  39. attributes:
  40. label: LLM Service Provider
  41. description: Which LLM service provider are you using?
  42. options:
  43. - OpenAI
  44. - Anthropic
  45. - Google Gemini
  46. - Ollama
  47. - OpenRouter
  48. - Other (please specify in description)
  49. validations:
  50. required: true
  51. - type: textarea
  52. id: models
  53. attributes:
  54. label: Models Used
  55. description: Which models are you using for the 3 agents (Planner, Navigator, Validator)?
  56. placeholder: |
  57. Planner: gpt-4o
  58. Navigator: claude-3.7-sonnet
  59. Validator: gemini-2.0-flash
  60. validations:
  61. required: true
  62. - type: textarea
  63. id: screenshots
  64. attributes:
  65. label: Screenshots
  66. description: If applicable, add screenshots to help explain your problem