Skip to content

Commit

Permalink
add issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 28, 2024
1 parent 0bb2949 commit 93782ed
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: "[bug]"
labels: ''
assignees: ''

---

**Describe the bug**

**To Reproduce**

**Expected behavior**

**Platform information**

* **Flutter version**: <!-- flutter doctor -v -->
* **Plugin version**:
* **Flutter target OS**: <!-- Android/iOS/Windows/Mac/Web [real device/simulator] -->
* **Flutter target OS version**:
* **Flutter console log**: <!-- optional -->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[feature]"
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**

**Describe the solution you'd like**

**Describe alternatives you've considered**

**Additional context**

0 comments on commit 93782ed

Please sign in to comment.