Remove outdated issue template and add config (#1427)

* remove ISSUE_TEMPLATE.md

* add an issue template config
This commit is contained in:
Simon 2020-07-24 13:54:40 +02:00 committed by GitHub
parent 9aff041c53
commit b907dea76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 45 deletions

View File

@ -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
View 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!