Skip to content

Commit

Permalink
feat: add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxiaozhuox committed Jan 28, 2022
1 parent 265ecd5 commit 003f8be
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 27 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve Dioxus
---

**Problem**

<!-- A clear and concise description of what the bug is. -->

**Steps To Reproduce**

Steps to reproduce the behavior:

-
-
-

**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**

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`]

**Questionnaire**
<!-- 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
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_requst.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature Request
about: If you have any interesting advice, you can tell us.
---

## Specific Demand

<!--
What feature do you need, please describe it in detail.
-->

## Implement Suggestion

<!--
If you have any suggestion for complete this feature, you can tell us.
-->
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/web.md

This file was deleted.

0 comments on commit 003f8be

Please sign in to comment.