Skip to content

Commit df302ff

Browse files
committed
Add discussion template
1 parent eb5cb3d commit df302ff

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.github/DISCUSSION_TEMPLATE/build.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
title: "[Build] "
2+
body:
3+
- type: input
4+
id: os
5+
attributes:
6+
label: What OS and which version do you use?
7+
description: |
8+
e.g.
9+
- Windows 11
10+
- macOS 13.4
11+
- Ubuntu 22.04
12+
13+
- type: textarea
14+
id: libmysqlclient
15+
attributes:
16+
label: How did you installed mysql client library?
17+
description: |
18+
e.g.
19+
- `apt-get install libmysqlclient-dev`
20+
- `brew install mysql-client`
21+
- `brew install mysql`
22+
render: bash
23+
24+
- type: textarea
25+
id: pkgconfig-output
26+
attributes:
27+
label: Output from `pkg-config --cflags --libs mysqlclient`
28+
description: If you are using mariadbclient, run `pkg-config --cflags --libs mariadb` instead.
29+
render: bash
30+
31+
- type: input
32+
id: mysqlclient-install
33+
attributes:
34+
label: How did you tried to install mysqlclient?
35+
description: |
36+
e.g.
37+
- `pip install mysqlclient`
38+
- `poetry add mysqlclient`
39+
40+
- type: textarea
41+
id: mysqlclient-error
42+
attributes:
43+
label: Output of building mysqlclient
44+
description: not only error message. full log from start installing mysqlclient.
45+
render: bash
46+
47+
48+
49+

0 commit comments

Comments
 (0)