Skip to content

Commit cb8324d

Browse files
committed
Merge branch 'develop-ui' of github.com:wj-Mcat/python-wechaty
2 parents ab6f3f5 + c0f01a1 commit cb8324d

File tree

6 files changed

+105
-89
lines changed

6 files changed

+105
-89
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: 🐛 Bug Report
2+
description: Wechaty问题反馈
3+
title: "[Bug]: "
4+
labels: bug
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Environment
9+
description: |
10+
* please give the following wechaty related package info:
11+
```sh
12+
pip list | grep paddle
13+
```
14+
* the type of token do you use
15+
* the version of wechaty docker gateway
16+
value: |
17+
- wechaty:
18+
- wechaty-puppet:
19+
- wechaty-puppet-service:
20+
- wechaty-plugin-contrib:
21+
- token type: padlocal|wxwork|xp
22+
- the version of wechaty docker container: [0.65]
23+
render: Markdown
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: Description
29+
description: |
30+
please post a detailed description for your issue, you can use the text or screen-shot to show your errors.
31+
render: Markdown
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: Minimum reproducible code
37+
description: please give the minimum code which can reproduce the issue you describe, so that we can help you fix the issue quickly.
38+
validations:
39+
required: true

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: 🐛 Docs Report
2+
description: Report the bug in the docs
3+
title: "[Docs]: "
4+
labels:
5+
- documentation
6+
7+
body:
8+
- type: textarea
9+
attributes:
10+
label: Environment
11+
description: |
12+
* please give the following wechaty related package info:
13+
```sh
14+
pip list | grep paddle
15+
```
16+
* the type of token do you use
17+
* the version of wechaty docker gateway
18+
value: |
19+
- wechaty:
20+
- wechaty-puppet:
21+
- wechaty-puppet-service:
22+
- wechaty-plugin-contrib:
23+
- token type: padlocal|wxwork|xp
24+
- the version of wechaty docker container: [0.65]
25+
render: Markdown
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Description
31+
description: |
32+
please post a detailed description for your issue, you can use the text or screen-shot to show your errors.
33+
render: Markdown
34+
validations:
35+
required: true
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: "\U0001F680 Feature request"
2+
description: Submit a proposal/request for a new wechaty feature
3+
labels: [ "feature" ]
4+
body:
5+
- type: textarea
6+
id: feature-request
7+
validations:
8+
required: true
9+
attributes:
10+
label: Feature request
11+
description: |
12+
A clear and concise description of the feature proposal.
13+
14+
- type: textarea
15+
id: motivation
16+
validations:
17+
required: true
18+
attributes:
19+
label: Motivation
20+
description: |
21+
Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too.
22+
23+
24+
- type: textarea
25+
id: contribution
26+
validations:
27+
required: true
28+
attributes:
29+
label: Your contribution
30+
description: |
31+
Is there any way that you could help, e.g. by submitting a PR

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)