Skip to content

Commit 73c7357

Browse files
committed
Merge remote-tracking branch 'origin/v2.00' into v2.00
2 parents 08620b4 + 4553b6d commit 73c7357

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help improve RTranslator
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: niedev
7+
8+
---
9+
10+
Thank you for wanting to report a bug! But before starting, ensure to check if this bug report respects the following requirements:
11+
- [ ] It is written in English (I can translate what you say, but issues written in English are easier to read for the other users).
12+
- [ ] There is not already a similar bug report among the open issues (if this is the case you can leave a comment describing your problem in more detail in that already opened issue)
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
17+
**Screenshots**
18+
If applicable, add screenshots to help explain your problem.
19+
20+
**Smartphone (please complete the following information):**
21+
- Device: [e.g. Galasy s24]
22+
- Android OS version: [e.g. Android 13]
23+
- TTS used: [e.g. Google's TTS, or nothing if it is not relevant or you don't know it]
24+
- Version of the app: [e.g. 2.0.2]
25+
26+
**Additional context**
27+
Add any other context about the problem here.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Feature request]"
5+
labels: enhancement
6+
assignees: niedev
7+
8+
---
9+
10+
Thank you for wanting to share an idea! But before starting, ensure to check if this feature request respects the following requirements:
11+
- [ ] It is written in English (I can translate what you say, but issues written in English are easier to read for the other users).
12+
- [ ] There is not already a similar feature request among the open or closed issues.
13+
14+
**Is your feature request related to a problem? Please describe.**
15+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
17+
**Describe the solution you'd like**
18+
A clear and concise description of what you want to happen.
19+
20+
**Describe alternatives you've considered**
21+
A clear and concise description of any alternative solutions or features you've considered.
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: Ask me a question
4+
title: "[Question]"
5+
labels: question
6+
assignees: niedev
7+
8+
---
9+
10+
- [ ] The question is written in English (I can translate what you say, but questions written in English are easier to read for the other users).
11+
12+
Write here the question.

0 commit comments

Comments
 (0)