Skip to content

Commit 4b9ba90

Browse files
authored
add ISSUE_TEMPLATE (#191)
* add ISSUE_TEMPLATE * update inquiry page info * add label-info to questions.md
1 parent 9a1c06a commit 4b9ba90

File tree

3 files changed

+58
-3
lines changed

3 files changed

+58
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug Report Template
3+
about: Create a bug report
4+
labels: bug
5+
6+
---
7+
8+
## Do this before creating an issue
9+
<!-- Delete this section before the submit -->
10+
11+
- Check our [developer documentation](https://developers.line.me/en/docs/) and [FAQ](https://developers.line.me/en/faq/messaging-api/) page for more information on LINE bots and the Messaging API
12+
13+
## When creating an issue
14+
<!-- Delete this section before the submit -->
15+
16+
- Make sure your issue is **related to** the LINE Bot SDK. For general questions about LINE bots, please ask in https://www.linebiz.com/contact/
17+
- Provide detailed information about the issue you had with the SDK as below
18+
19+
## System Informations
20+
21+
* Python version:
22+
* SDK version:
23+
* OS:
24+
25+
## Expected Behavior
26+
<!-- Tell us what should happen -->
27+
28+
## Current Behavior
29+
<!-- Tell us what happens instead of the expected behavior -->
30+
31+
## Steps to Reproduce
32+
<!-- Provide a link to a live example, or an unambigeous set of steps to -->
33+
1.
34+
1.
35+
1.
36+
1.
37+
38+
## Logs
39+
<!-- Provide logs if possible -->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: "Documentation"
3+
about: Report an issue related to README.md or https://line-bot-sdk-python.readthedocs.io
4+
labels: ''
5+
6+
---
7+
8+
## Documentation
9+
<!-- Did you find a mistake, or something that needs clarification? -->
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
---
2+
name: Questions
3+
about: Ask questions related to the LINE Bot SDK.
4+
labels: question
5+
6+
---
7+
18
## Do this before creating an issue
9+
<!-- Delete this section before the submit -->
210

311
- Check our [developer documentation](https://developers.line.me/en/docs/) and [FAQ](https://developers.line.me/en/faq/messaging-api/) page for more information on LINE bots and the Messaging API
4-
- Make sure your issue is **related to** the LINE Bot SDK. For general questions or issues about LINE bots, create an issue on the [LINE Platform feedback](https://github.com/line/line-platform-feedback) repository. Note that we don't provide technical support.
512

613
## When creating an issue
14+
<!-- Delete this section before the submit -->
715

8-
- Provide detailed information about the issue you had with the SDK
9-
- Provide logs if possible
16+
- Make sure your issue is **related to** the LINE Bot SDK. For general questions about LINE bots, please ask in https://www.linebiz.com/contact/

0 commit comments

Comments
 (0)