mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Remove outdated issue template and add config (#1427)
* remove ISSUE_TEMPLATE.md * add an issue template config
This commit is contained in:
parent
9aff041c53
commit
b907dea76f
45
.github/ISSUE_TEMPLATE.md
vendored
45
.github/ISSUE_TEMPLATE.md
vendored
@ -1,45 +0,0 @@
|
||||
<!-- Thanks for filing a yew issue! We appreciate it :-) -->
|
||||
|
||||
#### Description
|
||||
|
||||
**I'm submitting a ...** (check one with "x")
|
||||
|
||||
<!-- Choose one of:
|
||||
- question - please describe the problem you're trying to solve and give as much context as possible.
|
||||
- feature request - please describe the behavior you want and the motivation.
|
||||
- bug report - please describe shortly your bug and fill out the other sections.
|
||||
-->
|
||||
|
||||
Put your description here
|
||||
|
||||
#### Expected Results
|
||||
|
||||
<!-- Describe what the behavior would be without the bug. -->
|
||||
```
|
||||
insert short code snippets here
|
||||
```
|
||||
<!-- If the output is large, put it in a gist: https://gist.github.com/ -->
|
||||
|
||||
#### Actual Results
|
||||
|
||||
<!-- Describe how the bug manifests. -->
|
||||
```
|
||||
insert short code snippets here
|
||||
```
|
||||
<!-- If the output is large, put it in a gist: https://gist.github.com/ -->
|
||||
|
||||
#### Context (Environment)
|
||||
|
||||
<!-- precise nightly or stable -->
|
||||
- Rust: vX.X.X
|
||||
|
||||
<!-- if you're not on a tagged version precise the commit hash -->
|
||||
- yew: vX.X.X
|
||||
|
||||
<!-- wasm32-unknown-unknown, wasm32-unknown-emscripten or asmjs-unknown-emscripten -->
|
||||
- target:
|
||||
|
||||
<!-- if you're not on a tagged version precise the commit hash -->
|
||||
- cargo-web: vX.X.X
|
||||
|
||||
- browser if relevant
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Discord Server
|
||||
url: https://discord.gg/VQck8X4
|
||||
about: Looking for a quick answer? Ask your question here!
|
||||
Loading…
x
Reference in New Issue
Block a user