jecs/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.md
EncodedVenom d76f343cb0
Add Issue and PR templates (#73)
* init bug / feat templates

* capital J for style

* PR templates

* Combine templates because github be like that
2024-07-13 04:57:53 +02:00

816 B

name about title labels assignees
Feature Request File a feature request for something you believe should be added to Jecs [FEATURE] feature

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?