Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improved issue templates #3698

Merged
merged 1 commit into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Bug report
about: Create a report to help us improve Dioxus
labels: bug
---

**Problem**
Expand All @@ -24,14 +25,16 @@ Steps to reproduce the behavior:
<!-- If applicable, add screenshots to help explain your problem. -->

**Environment:**
- Dioxus version: <!-- e.g. v0.17, `master` -->
- Rust version: <!-- e.g. 1.43.0, `nightly` -->
- OS info: <!-- e.g. MacOS -->
- App platform: <!-- e.g. `web`, `desktop` -->

- Dioxus version: <!-- e.g., v0.17, main -->
- Rust version: <!-- e.g., 1.123.0, nightly -->
- OS info: <!-- e.g., macOS, NixOS 25.05 -->
- App platform: <!-- e.g., web, desktop -->

**Questionnaire**
<!-- If you feel up to the challenge, please uncomment one of the lines 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 -->
<!-- If you feel up to the challenge, please uncomment applicable lines 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. -->
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_requst.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
name: Feature Request
about: If you have any interesting advice, you can tell us.
labels: enhancement
---

## Feature Request

<!--
Describe the issue in detail and why we should add it. To help us out, please poke through our issue tracker and make sure it's not a duplicate issue.


Please add the corresponding labels to the issue.
Describe the issue in detail and why we should add it. To help us out,
please poke through our issue tracker and make sure it's not a duplicate issue.
-->

## Implement Suggestion

<!--
If you have any suggestions on how to design this feature or any prior art, list them here.
If you have any suggestions on how to design this feature or any prior art,
list them here.
-->
Loading