Skip to content

Commit

Permalink
Update issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
pdone committed Apr 12, 2024
1 parent 85b795b commit c503aef
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/4-bug-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug Report
about: Provide effective feedback to help the project continuously improve
title: "[Bug] The program has some problems"
labels: bug
assignees: pdone

---

### 1️⃣ Brief description of problems encountered

<!-- Example -->
```
1. Click to start the flash back
2. Option cannot take effect
```

### 2️⃣ Detailed description of reproduction steps

<!-- Example -->
```
1. So...
2. And that...
3. And finally...
4. The program happened something
```

### 3️⃣ Provider log

<!-- Example -->
```
2024-04-12 08:00:15:661 [INFO] starting...
2024-04-12 08:00:15:684 [INFO] scrcpy running...
2024-04-12 08:00:15:684 [INFO] --shortcut-mod=lctrl -m 1440...
2024-04-12 08:00:25:849 [scrcpy] * daemon not running; starting now at tcp:5037
2024-04-12 08:00:25:849 [scrcpy] * daemon started successfully
2024-04-12 08:00:25:850 [scrcpy] scrcpy 2.4 <https://github.com/Genymobile/scrcpy>
2024-04-12 08:00:25:850 [scrcpy] INFO: Connecting to 100.66.1.2:5555...
```

> This project is maintained by individuals in their spare time. Due to limited time and energy, the problems you feed back may not be repaired in time. Please understand. In addition, this project only uses C#language, the program logic is simple, it is very easy to get started, welcome friends who have the ability to participate in the development and maintenance.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/5-feature-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Come up with a reasonable and useful idea
title: "[Feature] I want some feature"
labels: enhancement
assignees: pdone

---

### 💡 Describe the desired feature

<!-- Example -->
1. I want tomorrow's sun to rise from the west ❌don't
2. I want to connect multiple phones at the same time ✔
3. I want to minimize to system tray ✔

> This project is maintained by individuals in their spare time. Due to limited time and energy, the problems you feed back may not be repaired in time. Please understand. In addition, this project only uses C#language, the program logic is simple, it is very easy to get started, welcome friends who have the ability to participate in the development and maintenance.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/6-other-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Other Ideas
about: Friendly discussions and exchanges are welcome
title: ''
labels: ''
assignees: ''

---

🎉 Welcome to my blog. [Pdone's Blog](https://awaw.cc)
✨ Share some good projects. [🌈Awesome Software / Service](https://awaw.cc/post/awesome/)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

## 界面

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_1.png)
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_1.png)

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_2.png)
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_2.png)

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)

Expand Down

0 comments on commit c503aef

Please sign in to comment.