|
1 | 1 | ---
|
2 |
| -name: Questions |
3 |
| -about: Ask questions related to the LINE Bot SDK. |
4 |
| -labels: question |
5 |
| - |
| 2 | +name: "Question Template" |
| 3 | +about: "Use this template to ask questions about usage or implementation of the line-bot-sdk-python." |
| 4 | +title: "Question" |
6 | 5 | ---
|
7 | 6 |
|
8 |
| -## Do this before creating an issue |
9 |
| -<!-- Delete this section before the submit --> |
| 7 | +<!-- |
| 8 | +## Before Creating a Question Issue |
| 9 | +- Please check the [developer documentation](https://developers.line.biz/en/docs/) and [FAQ](https://developers.line.biz/en/faq/tags/messaging-api/) for answers to common questions. |
| 10 | +- Make sure your question hasn't already been asked in other Issues or the documentation. |
| 11 | +## This Is Not |
| 12 | +- A bug report. If you think you've found a bug, please use the "Bug Report" template. |
| 13 | +- A place to request new features. If you have a feature request, consider opening a "Feature Request" issue or PR. |
| 14 | +## When Creating a Question |
| 15 | +- Provide detailed information about your environment and context so we can better understand and answer your question. |
| 16 | +- Let us know what you've tried so far (e.g. searching docs, existing issues, etc.). |
| 17 | +--> |
| 18 | + |
| 19 | +## Have You Checked the Following? |
| 20 | +- [ ] [SDK Document](https://line-bot-sdk-python.readthedocs.io/en/latest/) |
| 21 | +- [ ] [Examples](https://github.com/line/line-bot-sdk-python/tree/master/examples/) |
| 22 | +- [ ] [Developer Documentation - LINE Developers](https://developers.line.biz/en/docs/) |
| 23 | +- [ ] [FAQ - LINE Developers](https://developers.line.biz/en/faq/tags/messaging-api/) |
| 24 | + |
| 25 | +## Summary of Your Question |
| 26 | +<!-- Provide a clear and concise description of what you want to know. --> |
| 27 | + |
| 28 | +## Details |
| 29 | +<!-- Provide any code snippets, relevant logs, or background details that will help us understand your question better. --> |
10 | 30 |
|
11 |
| -- Check our [developers documentation](https://developers.line.biz/en/docs/messaging-api/), [FAQ](https://developers.line.biz/en/faq/), and [developers community](https://www.line-community.me/questions) for more information on LINE bots and the Messaging API |
| 31 | +## What You've Tried |
| 32 | +<!-- Let us know any steps you've already taken to answer your own question, |
| 33 | + such as searching in documentation or checking existing issues. --> |
12 | 34 |
|
13 |
| -## When creating an issue |
14 |
| -<!-- Delete this section before the submit --> |
| 35 | +## Your Environment |
| 36 | +<!-- For example: |
| 37 | +- Python version: |
| 38 | +- line-bot-sdk-python version: |
| 39 | +- OS (and version): |
| 40 | +- Any other relevant environment details (e.g. Framework version, hosting service, etc.): |
| 41 | +--> |
15 | 42 |
|
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/ |
| 43 | +## Additional Context (Optional) |
| 44 | +<!-- Add any other context, possible considerations, or related links here. --> |
0 commit comments