question.yml 1.1 KB

123456789101112131415161718192021222324
  1. name: Question
  2. description: Anything else we need to discuss.
  3. title: "[question]: "
  4. labels: [question]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. ### Generally, file an issue and expect a response from a maintainer when...
  10. - You've found a bug with clear reproduction steps.
  11. - You have an idea for new functionality you'd like to share for discussion.
  12. - You've thoroughly searched previous issues for related problems and haven't found anything.
  13. ### Avoid filing an issue and/or don't expect a response from a maintainer when...
  14. - You're wondering how stuff works.
  15. - You'd like help fitting the project into your specific workflow.
  16. - Any other questions that wouldn't require changes to the project or be uniquely answered by project maintainers.
  17. This second set of questions is better handled by community discussions (which maintainers also participate in 😃).
  18. Thank you for respecting the time of everyone involved in keeping this project going!
  19. - type: textarea
  20. attributes:
  21. label: Summary
  22. description: A clear and concise description of issue
  23. validations:
  24. required: true