feature_request.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: Feature Request
  2. description: Request a new feature (djs-button-pages can implement only those features that are possible to code via discord.js and which don't violate any of Discord's policies).
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |-
  7. Only those features that are allowed by Discord API and possible to code via discord.js are accepted.
  8. Use Discord for questions: moony#6815.
  9. - type: dropdown
  10. id: package
  11. attributes:
  12. label: "Which package is the feature request for:"
  13. multiple: false
  14. options:
  15. - djs-button-pages
  16. - presets
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: description
  21. attributes:
  22. label: "Feature:"
  23. description: A clean and concise description of what the feature you want.
  24. validations:
  25. required: true
  26. - type: textarea
  27. id: solution
  28. attributes:
  29. label: "Ideal implementation:"
  30. description: A clean and concise description of what you want to be implemented.
  31. validations:
  32. required: true
  33. - type: textarea
  34. id: alternatives
  35. attributes:
  36. label: "What alternative solutions would you like:"
  37. description: A clear and concise description of any other ideas of how to implement it.
  38. validations:
  39. required: true
  40. - type: textarea
  41. id: additional-context
  42. attributes:
  43. label: "Anything else that will help to implement this:"
  44. description: Any other explanations, screenshots, or files that will help to implement this.