mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-07 02:11:06 +00:00

Follow [the instructions at GitHub Documentation](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-templates) to recreate issue templates. Apply the new format and add new fields.
21 lines
648 B
Markdown
21 lines
648 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: 'Add a placeholder for issue title. ex: [RFC]'
|
|
labels: help wanted
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Is your feature request related to a problem? Please describe.**
|
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
|
|
**Describe the solution you'd like**
|
|
A clear and concise description of what you want to happen.
|
|
|
|
**Describe alternatives you've considered**
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
**Additional context**
|
|
Add any other context or screenshots about the feature request here.
|