Skip to content

Commit a604158

Browse files
committed
misc: update ISSUE_TEMPLATE.md
1 parent a053137 commit a604158

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
- Check our [developer documentation](https://developers.line.me/en/docs/) and
44
[FAQ](https://developers.line.me/en/faq/messaging-api/) page for more
55
information on LINE bots and the Messaging API
6-
- Make sure your issue is **related to** the Node.js SDK. For general questions
7-
or issues about the platform, please refer to the following links. Note that
8-
we don't provide technical support.
9-
+ [LINE Platform feedback](https://github.com/line/line-platform-feedback)
10-
+ [Q&A](https://www.line-community.me/questions)
6+
- Make sure your issue is **related to** the Node.js SDK.
7+
- For general queries about LINE bots, post a question to [LINE developers community](https://www.line-community.me/questions) website.
8+
- Note that we don't provide technical support
119

1210
## When creating an issue
1311

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG]'
5+
labels: 'bug'
6+
assignees: 'kawasako'
7+
8+
---
9+
10+
## Bug Report
11+
<!-- First of all: Have you checked the docs https://developers.line.biz/en/docs/messaging-api/overview/, Q&A page https://developers.line.biz/en/faq/, https://www.line-community.me/questions, GitHub issues whether someone else has already reported your issue? -->
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**To Reproduce**
17+
<!-- It would be appreciate if you share the minimal complete reproducible Javascript code or Repo link: -->
18+
Steps to reproduce the behavior:
19+
1. use '...' function, pass the '...' parameter.
20+
2. ...
21+
3. ???
22+
4. See error
23+
24+
**Expected behavior**
25+
A clear and concise description of what you expected to happen.
26+
27+
**Screenshots**
28+
If applicable, add screenshots to help explain your problem.
29+
30+
**Environment (please complete the following information):**
31+
- OS: [e.g. Ubuntu]
32+
- Node.js Version [e.g. Node 8]
33+
- line-bot-sdk-nodejs version(s) [e.g. 6.8.0]
34+
35+
**Additional context**
36+
Add any other context about the problem here.

0 commit comments

Comments
 (0)