featurerequest.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: Feature Request
  2. description: Suggest an idea for this project.
  3. labels: "Type: New Feature"
  4. issue_body: true
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. **Thank you for using Cura and wanting to suggest a new feature.**
  10. 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.
  11. Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
  12. - type: textarea
  13. attributes:
  14. label: Is your feature request related to a problem?
  15. description: Please describe a clear and concise description of what the problem is.
  16. placeholder: I'm always frustrated when...
  17. validations:
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Describe the solution you'd like
  22. description: A clear and concise description of what you want to happen. If possible, describe why you think this is a good solution.
  23. placeholder: I believe this will solve...
  24. validations:
  25. required: true
  26. - type: textarea
  27. attributes:
  28. label: Describe alternatives you've considered
  29. description: A clear and concise description of any alternative solutions or features you've considered. Again, if possible, think about why these alternatives are not working out.
  30. placeholder: The alternatives I've considered are...
  31. validations:
  32. required: true
  33. - type: textarea
  34. attributes:
  35. label: Affected users and/or printers
  36. description: Who do you think will benefit from this? Is everyone going to benefit from these changes? Or specific kinds of users?
  37. placeholder: It will affect...
  38. validations:
  39. required: true
  40. - type: markdown
  41. attributes:
  42. value: |
  43. ## Additional information & file uploads
  44. You can add pictures or files to visualize your feature request in the comments below.