feature_request.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. labels: ["Feature request"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Please note the following:
  9. 1. Only submit a feature request if the feature does not exist on the latest dev version.
  10. 2. This page is for suggesting changes to **the engine itself**. To suggest changes to games, please [search for the game in the ContentDB](https://content.minetest.net/packages/?type=game) and submit a feature request in their issue trackers.
  11. - type: textarea
  12. attributes:
  13. label: Problem
  14. description: |
  15. A clear and concise description of the problem, i.e. "Why is this needed?"
  16. Example: I'm always frustrated when [...]
  17. validations:
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Solutions
  22. description: |
  23. A clear and concise description of what you want to happen.
  24. validations:
  25. required: true
  26. - type: textarea
  27. attributes:
  28. label: Alternatives
  29. description: |
  30. A clear and concise description of any alternative solutions or features you've considered.
  31. validations:
  32. required: true
  33. - type: textarea
  34. attributes:
  35. label: Additional context
  36. description: |
  37. Add any other context or screenshots about the feature request here.
  38. validations:
  39. required: false