question.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. name: Question
  2. description: Ask or suggest something.
  3. labels: ["question", "triage"]
  4. assignees: []
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. NOTE: If this is a bug report, please go back and use the Bug report template.
  10. Before submitting an issue, first try updating your Scribe version and other common solutions mentioned in the [troubleshooting guide](https://scribe.knuckles.wtf/laravel/troubleshooting).
  11. Also search [the docs](https://scribe.knuckles.wtf/laravel) and [existing issues](https://github.com/knuckleswtf/scribe/issues?q=is%3Aissue+) (both open and closed) for any related problems or solutions.
  12. - type: input
  13. id: scribe_version
  14. attributes:
  15. label: Scribe version
  16. description: Run `composer show -v | grep knuckleswtf/scribe`.
  17. placeholder: "example: 4.8.0"
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: question
  22. attributes:
  23. label: Your question
  24. placeholder:
  25. validations:
  26. required: true
  27. - type: checkboxes
  28. id: docs
  29. attributes:
  30. label: Docs
  31. options:
  32. - label: I've checked [the docs](https://scribe.knuckles.wtf/laravel), the [troubleshooting guide](https://scribe.knuckles.wtf/laravel/troubleshooting), and [existing issues](https://github.com/knuckleswtf/scribe/issues?q=is%3Aissue+), but I didn't find a solution
  33. required: true