Skip to content

Commit

Permalink
docs: improved issue templates (#3698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew15-5 authored Feb 8, 2025
1 parent 18feb0b commit 9b71a33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
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.
-->

0 comments on commit 9b71a33

Please sign in to comment.