mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
docs: update develop
This commit is contained in:
parent
3b4be96f6d
commit
b75592ff98
2 changed files with 12 additions and 0 deletions
|
@ -223,6 +223,12 @@ _²Right-click turns the screen on if it was off, presses BACK otherwise._
|
|||
## DEVELOP
|
||||
[DEVELOP](docs/DEVELOP.md)
|
||||
|
||||
Everyone is welcome to maintain this project and contribute your own code, but please follow these requirements:
|
||||
1. pr please mention the dev branch, not the master branch
|
||||
2. Please rebase dev before mentioning pr
|
||||
3. pr please submit on the principle of a small number of times (a small function point is recommended to mention a pr)
|
||||
4. Please keep the code style consistent with the existing style
|
||||
|
||||
## Why develop QtScrcpy?
|
||||
There are several reasons listed as below according to importance (high to low).
|
||||
1. In the process of learning Qt, I need a real project to try
|
||||
|
|
|
@ -222,6 +222,12 @@ Mac OS平台,你可以直接使用我编译好的可执行程序:
|
|||
## 开发者
|
||||
[开发者相关](docs/DEVELOP.md)
|
||||
|
||||
欢迎大家一起维护这个项目,贡献自己的代码,不过请遵循一下几点要求:
|
||||
1. pr请提到dev分支,不要提到master分支
|
||||
2. 提pr之前请先rebase dev
|
||||
3. pr请以少量多次的原则提交(建议一个小的功能点提一个pr)
|
||||
4. 代码风格请保持和已有风格一致
|
||||
|
||||
## 为什么开发QtScrcpy?
|
||||
综合起来有以下几个原因,比重从大到小排列:
|
||||
1. 学习Qt的过程中需要一个项目实战一下
|
||||
|
|
Loading…
Add table
Reference in a new issue