jecs/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.md
2025-03-27 02:33:38 +01:00

27 lines
784 B
Markdown

---
name: Feature Request
about: File a feature request for something you believe should be added to Jecs
title: ""
labels: enhancement
assignees: ""
---
## Describe your Feature
You should explain your feature here, and the motivation for why you want it.
## Implementation
Explain how you would implement your feature here. Provide relevant API examples and such here (if applicable).
## Alternatives
What other alternative implementations or otherwise relevant information is important to why you decided to go with this specific implementation?
## Considerations
Some questions that need to be answered include the following:
- Will old code break in response to this feature?
- What are the performance impacts with this feature (if any)?
- How is it useful to include?