jecs/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.md
2024-07-12 22:31:18 -04:00

27 lines
817 B
Markdown

---
name: Feature Request
about: File a feature request for something you believe should be added to jecs.
title: "[FEATURE]"
labels: feature
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?