bevy/.github/ISSUE_TEMPLATE/feature_request.md
Alice Cecile 203c7c1aca Issue template for documentation improvements (#1732)
The existing issue templates don't fit well for "the docs are not very good" and are too high friction.

This is intended as a very-low friction tool to provide the basis for more thorough docs PRs.
2021-04-13 20:18:54 +00:00

25 lines
570 B
Markdown

---
name: Feature Request
about: Propose a new feature!
title: ''
labels: enhancement, needs-triage
assignees: ''
---
## What problem does this solve or what need does it fill?
A description of why this particular feature should be added.
## What solution would you like?
The solution you propose for the problem presented.
## What alternative(s) have you considered?
Other solutions to solve and/or work around the problem presented.
## Additional context
Any other information you would like to add such as related previous work,
screenshots, benchmarks, etc.