|
| 1 | +--- |
| 2 | +name: "Question Template" |
| 3 | +about: "Use this template to ask questions about usage or implementation of the line-openapi." |
| 4 | +title: "Question" |
| 5 | +--- |
| 6 | + |
| 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 | +- [ ] [Developer Documentation - LINE Developers](https://developers.line.biz/en/docs/) |
| 21 | +- [ ] [FAQ - LINE Developers](https://developers.line.biz/en/faq/tags/messaging-api/) |
| 22 | + |
| 23 | +## Summary of Your Question |
| 24 | +<!-- Provide a clear and concise description of what you want to know. --> |
| 25 | + |
| 26 | +## Details |
| 27 | +<!-- Provide any code snippets, relevant logs, or background details that will help us understand your question better. --> |
| 28 | + |
| 29 | +## What You've Tried |
| 30 | +<!-- Let us know any steps you've already taken to answer your own question, |
| 31 | + such as searching in documentation or checking existing issues. --> |
| 32 | + |
| 33 | +## Your Environment |
| 34 | +<!-- For example: |
| 35 | +- OS: [e.g. Ubuntu] |
| 36 | +- line-openapi version(s) [e.g. 2.6.1] |
| 37 | +--> |
| 38 | + |
| 39 | +## Additional Context (Optional) |
| 40 | +<!-- Add any other context, possible considerations, or related links here. --> |
0 commit comments