Skip to content

Commit

Permalink
Better issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 29, 2023
1 parent 3aebf0b commit 5865f9b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 22 deletions.
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: New issue
title: ''
labels: bug
assignees: ThexXTURBOXx

---

**Describe the bug**
## Describe the bug
A clear and concise description of what the bug is.

**To Reproduce**
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
## Expected behavior
A clear and concise description of what you expected to happen.

**Screenshots**
## Screenshots
If applicable, add screenshots to help explain your problem.

**Flutter doctor**
Please add flutter doctor output here.
## Device (please complete the following information!)
- Device: [e.g. iPhone 6, Desktop Computer]
- OS: [e.g. iOS 8.1, Windows 10 21H2]
- Browser: [e.g. Stock, Chrome, Safari, Firefox]
- `catcher_2` version: [e.g. 1.0.0]

**Catcher 2 version**
- Version:

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]

**Additional context**
## Additional context
Add any other context about the problem here.

## Checklist
- [ ] I have read and followed the **entire** [README](https://github.com/ThexXTURBOXx/catcher_2) and it has not provided the solution I need.
- [ ] I have provided all the information I can (incl. auth URL etc.)
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/compatibility-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Compatibility issue
about: Something is not compatible with the original catcher plugin?
title: ''
labels: compatibility
assignees: ThexXTURBOXx

---

## Description
A clear and concise description of what the issue is.

## To Reproduce
```dart
Code 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.

## Device (please complete the following information!)
- Device: [e.g. iPhone 6, Desktop Computer]
- OS: [e.g. iOS 8.1, Windows 10 21H2]
- Browser: [e.g. Stock, Chrome, Safari, Firefox]
- `catcher_2` version: [e.g. 1.0.0]

## Additional context
Add any other context about the problem here.

## Checklist
- [ ] I have read and followed the **entire** [README](https://github.com/ThexXTURBOXx/catcher_2) and it has not provided the solution I need.
- [ ] I have provided all the information I can (incl. auth URL etc.)
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: New issue, enhancement
title: ''
labels: enhancement
assignees: ThexXTURBOXx

---

**Is your feature request related to a problem? Please describe.**
## 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 solution you'd like
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
## Additional context
Add any other context or screenshots about the feature request here.

0 comments on commit 5865f9b

Please sign in to comment.