mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Update issue templates
This commit is contained in:
parent
bd67b92535
commit
d6bae0f003
2
.github/ISSUE_TEMPLATE/ask-question.md
vendored
2
.github/ISSUE_TEMPLATE/ask-question.md
vendored
@ -8,7 +8,7 @@ assignees: ''
|
||||
---
|
||||
|
||||
<!-- Please limit issues to one question or a theme of a few closely related questions -->
|
||||
<!-- If you're really stuck, feel free chat with us in https://gitter.im/yewframework/Lobby -->
|
||||
<!-- If you're really stuck, feel free chat with us on our Discord server: https://discord.gg/VQck8X4 -->
|
||||
|
||||
#### Question
|
||||
|
||||
|
||||
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -24,13 +24,13 @@ A clear and concise description of what you expected to happen.
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environment:**
|
||||
- Yew version [e.g. v0.10, `master`]
|
||||
- Rust version [e.g. 1.43.0]
|
||||
- Target if relevant [e.g. `wasm32-unknown-emscripten`]
|
||||
- `stdweb` / `web-sys` version [e.g. web-sys v0.3.33]
|
||||
- OS: [e.g. macos]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Browser version [e.g. 22]
|
||||
- Yew version: [e.g. v0.16.2, `master`]
|
||||
- Rust version: [e.g. 1.43.0, `nightly`]
|
||||
- Target, if relevant: [e.g. `wasm32-unknown-emscripten`]
|
||||
- Build tool, if relevant: [e.g. `wasm-pack`, `cargo-web`]
|
||||
- Web library: [`stdweb` OR `web-sys`]
|
||||
- OS, if relevant: [e.g. MacOS]
|
||||
- Browser and version, if relevant: [e.g. Chrome v83]
|
||||
|
||||
**Questionnaire**
|
||||
<!-- Developing Yew is a community effort! -->
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -9,14 +9,14 @@ assignees: ''
|
||||
|
||||
<!-- Please only include one feature request per issue, thank you! -->
|
||||
|
||||
**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**
|
||||
**Describe the feature you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
**Is your feature request related to a problem? Please describe.** _(Optional)_
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe alternatives you've considered** _(Optional)_
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
**Additional context** _(Optional)_
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
16
.github/ISSUE_TEMPLATE/router_ask-question.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/router_ask-question.md
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Ask question [yew-router]
|
||||
about: Ask for help or clarification
|
||||
title: ''
|
||||
labels: question, router
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please limit issues to one question or a theme of a few closely related questions -->
|
||||
<!-- If you're really stuck, feel free chat with us on our Discord server: https://discord.gg/VQck8X4 -->
|
||||
|
||||
#### Question
|
||||
|
||||
|
||||
#### What I've tried (optional)
|
||||
41
.github/ISSUE_TEMPLATE/router_bug_report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/router_bug_report.md
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
name: Bug report [yew-router]
|
||||
about: Create a report to help us improve Yew
|
||||
title: ''
|
||||
labels: bug, router
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Problem**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
**Steps To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environment:**
|
||||
- Yew version: [e.g. v0.16.2, `master`]
|
||||
- Yew Router version: [e.g. v0.13]
|
||||
- Rust version: [e.g. 1.43.0, `nightly`]
|
||||
- Target, if relevant: [e.g. `wasm32-unknown-emscripten`]
|
||||
- Build tool, if relevant: [e.g. `wasm-pack`, `cargo-web`]
|
||||
- Web library: [`stdweb` OR `web-sys`]
|
||||
- OS, if relevant: [e.g. MacOS]
|
||||
- Browser and version, if relevant: [e.g. Chrome v83]
|
||||
|
||||
**Questionnaire**
|
||||
<!-- Developing Yew is a community effort! -->
|
||||
<!-- If you feel up to the challenge, please check one of the boxes below: -->
|
||||
- [ ] I'm interested in fixing this myself but don't know where to start
|
||||
- [ ] I would like to fix and I have a solution
|
||||
- [ ] I don't have time to fix this right now, but maybe later
|
||||
22
.github/ISSUE_TEMPLATE/router_feature_request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/router_feature_request.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Feature request [yew-router]
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: feature, router
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please only include one feature request per issue, thank you! -->
|
||||
|
||||
**Describe the feature you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Is your feature request related to a problem? Please describe.** _(Optional)_
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe alternatives you've considered** _(Optional)_
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context** _(Optional)_
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Loading…
x
Reference in New Issue
Block a user