Skip to content

Commit 580821a

Browse files
committed
repeated
1 parent 30965cb commit 580821a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: 'Bug Report'
3+
labels: bug
4+
---
5+
6+
<!--
7+
## Do this before creating an issue
8+
- 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
9+
## When creating an issue
10+
- Provide detailed information about the issue you had with the SDK as below
11+
-->
12+
13+
## System Informations
14+
15+
* Go version:
16+
* OS:
17+
18+
## Expected Behavior
19+
<!-- Tell us what should happen -->
20+
21+
## Current Behavior
22+
<!-- Tell us what happens instead of the expected behavior -->
23+
24+
## Steps to Reproduce
25+
<!-- Provide a link to a live example, or an unambigeous set of steps to -->
26+
1.
27+
1.
28+
1.
29+
1.
30+
31+
## Logs
32+
<!-- Provide logs if possible -->

0 commit comments

Comments
 (0)