Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kin69 committed Jul 9, 2024
1 parent 9998802 commit 01facfa
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 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
title: "[BUG]"
labels: bug
assignees: ''
---

## Required Information

- [ ] I’m using the latest EasyNotes version
- [ ] The device is not rooted, and nothing has been removed via ADB

### Steps to Reproduce the Bug
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See the error

### Expected Behavior
Describe what you expected to happen clearly and concisely.


## Strongly Recommended Information

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

### Smartphone Information
- **Device:** [e.g. Nothing Phone 1]
- **OS:** [e.g. Android 13]
- **EasyNotes Version:** [e.g. 1.2.5]

## Additional Information (Optional)

### Additional Context
Add any other context or details about the problem here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
title: ''
labels: enhancement
assignees: ''

---

**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**
A clear and concise description of what you want to happen.

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

**Additional context**
Add any other context or screenshots about the feature request here.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Question
about: Ask a question or start a discussion.
---

## Summary

0 comments on commit 01facfa

Please sign in to comment.