mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-05 17:32:26 +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.
1.3 KiB
1.3 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve | Add a placeholder for issue title. ex: [BUG] | bug |
Is it a security vulnerability? If it results in a crash or hang, please refer to a quick checklist to determine if it is a security vulnerability. If you are still unsure, please report it through a security advisor and allow the maintainer to make a decision. Thank you.
Describe the bug A clear and concise description of what the bug is.
Version Information like tags, release version, commits.
To Reproduce Steps to reproduce the behavior:
- Compile iwasm with flags like '...'
- (Optional) Compile wamrc with flags like '....'
- (Optional) Run wamrc with CLI options like '...' to generate .aot
- Run iwasm with CLI options like '...'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Actual Result What you've got.
Desktop (please complete the following information):
- Arch [e.g. x86_64, arm64, 32bit]
- Board [e.g. STM32F407]
- OS [e.g. Linux, Windows, macOS, FreeRTOS]
- Version [e.g. 22]
Additional context Add any other context about the problem here.