featurerequest.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: 💡 Feature Request
  2. description: Suggest an idea for this project.
  3. labels: ["Type: New Feature", "Status: Triage"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. **Thank you for using Cura and wanting to suggest a new feature.**
  9. Before filing, please check if the feature request already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
  10. Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
  11. - type: textarea
  12. attributes:
  13. label: Is your feature request related to a problem?
  14. description: Please describe a clear and concise description of what the problem is.
  15. placeholder: I'm always frustrated when...
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Describe the solution you'd like
  21. description: A clear and concise description of what you want to happen. If possible, describe why you think this is a good solution.
  22. placeholder: I believe this will solve...
  23. validations:
  24. required: true
  25. - type: textarea
  26. attributes:
  27. label: Describe alternatives you've considered
  28. description: A clear and concise description of any alternative solutions or features you've considered. If possible, think about why these alternatives are not working out.
  29. placeholder: The alternatives I've considered are...
  30. validations:
  31. required: true
  32. - type: textarea
  33. attributes:
  34. label: Affected users and/or printers
  35. description: Who do you think will benefit from this? Is everyone going to benefit from these changes? Or specific kinds of users?
  36. placeholder: It will affect...
  37. validations:
  38. required: true
  39. - type: textarea
  40. attributes:
  41. label: Additional information & file uploads
  42. description: You can add pictures or files to visualize your feature request in the comments below.