Add issue templates (#3248)

Add issue templates of blank issue, improvement and reporting bug in WAMR.
And fix several invalid links in ATTRIBUTIONS.md.
This commit is contained in:
Wenyong Huang
2024-03-22 13:49:39 +08:00
committed by GitHub
parent 64b6c688a2
commit 6a55bde5b3
4 changed files with 71 additions and 6 deletions

28
.github/ISSUE_TEMPLATE/improvement.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Improvement
about: A feature request or code improvement.
title: ''
labels: ''
assignees: ''
---
Thanks for filing a feature request! Please fill out the TODOs below.
#### Feature
TODO: Brief description of the feature/improvement you'd like to see in WAMR
#### Benefit
TODO: What is the value of adding this in WAMR? What problems does it solve?
#### Implementation
TODO: Do you have an implementation plan, and/or ideas for data structures or
algorithms to use?
#### Alternatives
TODO: What are the alternative implementation approaches or alternative ways to
solve the problem that this feature would solve? How do these alternatives
compare to this proposal?