Skip to content

Commit 0abce2f

Browse files
authored
Merge pull request #137 from line/issue_template
Add issue template
2 parents 30965cb + 9f17b67 commit 0abce2f

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

.github/ISSUE_TEMPLATE.md

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

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.biz/en/docs/) and [FAQ](https://developers.line.biz/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+
* Ruby version:
16+
* Gem (line-bot-api) version:
17+
* OS:
18+
19+
## Expected Behavior
20+
<!-- Tell us what should happen -->
21+
22+
## Current Behavior
23+
<!-- Tell us what happens instead of the expected behavior -->
24+
25+
## Steps to Reproduce
26+
<!-- Provide a link to a live example, or an unambigeous set of steps to -->
27+
1.
28+
1.
29+
1.
30+
1.
31+
32+
## Logs
33+
<!-- Provide logs if possible -->

0 commit comments

Comments
 (0)