Skip to content

Commit

Permalink
add ISSUE_TEMPLATE (#191)
Browse files Browse the repository at this point in the history
* add ISSUE_TEMPLATE

* update inquiry page info

* add label-info to questions.md
  • Loading branch information
okue committed Jun 26, 2019
1 parent 9a1c06a commit 4b9ba90
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 3 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report Template
about: Create a bug report
labels: bug

---

## Do this before creating an issue
<!-- Delete this section before the submit -->

- 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

## When creating an issue
<!-- Delete this section before the submit -->

- 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/
- Provide detailed information about the issue you had with the SDK as below

## System Informations

* Python version:
* SDK version:
* OS:

## Expected Behavior
<!-- Tell us what should happen -->

## Current Behavior
<!-- Tell us what happens instead of the expected behavior -->

## Steps to Reproduce
<!-- Provide a link to a live example, or an unambigeous set of steps to -->
1.
1.
1.
1.

## Logs
<!-- Provide logs if possible -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: "Documentation"
about: Report an issue related to README.md or https://line-bot-sdk-python.readthedocs.io
labels: ''

---

## Documentation
<!-- Did you find a mistake, or something that needs clarification? -->
13 changes: 10 additions & 3 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
---
name: Questions
about: Ask questions related to the LINE Bot SDK.
labels: question

---

## Do this before creating an issue
<!-- Delete this section before the submit -->

- 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
- 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.

## When creating an issue
<!-- Delete this section before the submit -->

- Provide detailed information about the issue you had with the SDK
- Provide logs if possible
- 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 comments on commit 4b9ba90

Please sign in to comment.