Skip to content

Commit 0a6ccdc

Browse files
committed
Merge branch 'master' into release
2 parents 5d2441d + bbfac9a commit 0a6ccdc

File tree

4 files changed

+33
-11
lines changed

4 files changed

+33
-11
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github: [rom1v]
2+
liberapay: rom1v
3+
custom: ["https://paypal.me/rom2v"]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,25 @@ assignees: ''
77

88
---
99

10-
- [ ] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md).
11-
- [ ] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues).
10+
_Please read the [prerequisites] to run scrcpy._
1211

13-
**Environment**
14-
- OS: [e.g. Debian, Windows, macOS...]
15-
- scrcpy version: [e.g. 1.12.1]
16-
- installation method: [e.g. manual build, apt, snap, brew, Windows release...]
17-
- device model:
18-
- Android version: [e.g. 10]
12+
[prerequisites]: https://github.com/Genymobile/scrcpy#prerequisites
13+
14+
_Also read the [FAQ] and check if your [issue][issues] already exists._
15+
16+
[FAQ]: https://github.com/Genymobile/scrcpy/blob/master/FAQ.md
17+
[issues]: https://github.com/Genymobile/scrcpy/issues
18+
19+
## Environment
20+
21+
- **OS:** [e.g. Debian, Windows, macOS...]
22+
- **Scrcpy version:** [e.g. 2.5]
23+
- **Installation method:** [e.g. manual build, apt, snap, brew, Windows release...]
24+
- **Device model:**
25+
- **Android version:** [e.g. 14]
26+
27+
## Describe the bug
1928

20-
**Describe the bug**
2129
A clear and concise description of what the bug is.
2230

2331
On errors, please provide the output of the console (and `adb logcat` if relevant).

.github/ISSUE_TEMPLATE/question.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question
3+
about: Ask a question about scrcpy
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,14 @@ documented in the following pages:
148148

149149
## Contact
150150

151-
If you encounter a bug, please read the [FAQ](FAQ.md) first, then open an [issue].
151+
You can open an [issue] for bug reports, feature requests or general questions.
152+
153+
For bug reports, please read the [FAQ](FAQ.md) first, you might find a solution
154+
to your problem immediately.
152155

153156
[issue]: https://github.com/Genymobile/scrcpy/issues
154157

155-
For general questions or discussions, you can also use:
158+
You can also use:
156159

157160
- Reddit: [`r/scrcpy`](https://www.reddit.com/r/scrcpy)
158161
- Twitter: [`@scrcpy_app`](https://twitter.com/scrcpy_app)

0 commit comments

Comments
 (0)