|
1 | 1 | --- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
4 | | -title: '[BUG]' |
5 | | -labels: 'bug' |
6 | | -assignees: 'kawasako' |
7 | | - |
| 2 | +name: Bug Report Template |
| 3 | +about: Use this template to report bugs in the line-bot-sdk-nodejs |
| 4 | +title: 'Bug Report' |
8 | 5 | --- |
9 | 6 |
|
10 | | -## Bug Report |
11 | | -<!-- First of all: Have you checked the docs https://developers.line.biz/en/docs/messaging-api/overview/, Q&A page https://developers.line.biz/en/faq/, GitHub issues whether someone else has already reported your issue? --> |
12 | | - |
13 | | -**Describe the bug** |
14 | | -A clear and concise description of what the bug is. |
15 | | - |
16 | | -**To Reproduce** |
17 | | -<!-- It would be appreciate if you share the minimal complete reproducible Javascript code or Repo link: --> |
18 | | -Steps to reproduce the behavior: |
19 | | -1. use '...' function, pass the '...' parameter. |
20 | | -2. ... |
21 | | -3. ??? |
22 | | -4. See error |
23 | | - |
24 | | -**Expected behavior** |
25 | | -A clear and concise description of what you expected to happen. |
26 | | - |
27 | | -**Screenshots** |
28 | | -If applicable, add screenshots to help explain your problem. |
29 | | - |
30 | | -**Environment (please complete the following information):** |
31 | | - - OS: [e.g. Ubuntu] |
32 | | - - Node.js Version [e.g. Node 8] |
33 | | - - line-bot-sdk-nodejs version(s) [e.g. 6.8.0] |
34 | | - |
35 | | -**Additional context** |
36 | | -Add any other context about the problem here. |
| 7 | +<!-- |
| 8 | +## Before Creating an Issue |
| 9 | +- Please check our [developer documentation](https://developers.line.biz/en/docs/) and [FAQ](https://developers.line.biz/en/faq/tags/messaging-api/) for more information on the Messaging API |
| 10 | +- Make sure the issue you are reporting isn't already addressed in the documentation or existing issues. |
| 11 | +## When Creating an Issue |
| 12 | +- Provide detailed information about the issue you experienced with the SDK using the template below. |
| 13 | +--> |
| 14 | + |
| 15 | +## System Information |
| 16 | +- OS: [e.g. Ubuntu] |
| 17 | +- Node.js Version [e.g. Node v20.0.0] |
| 18 | +- line-bot-sdk-nodejs version(s) [e.g. 6.8.0] |
| 19 | + |
| 20 | +## Expected Behavior |
| 21 | +<!-- Describe what you expected to happen --> |
| 22 | + |
| 23 | +## Current Behavior |
| 24 | +<!-- Describe what actually happened instead of the expected behavior --> |
| 25 | + |
| 26 | +## Steps to Reproduce |
| 27 | +<!-- Provide a link to a live example or a clear set of steps to reproduce the issue. |
| 28 | + If possible, provide minimal code (e.g. test code, a draft PR, or a link to a forked repository). --> |
| 29 | +1. |
| 30 | +2. |
| 31 | +3. |
| 32 | + |
| 33 | +## Logs |
| 34 | +<!-- If possible, provide logs to help identify the issue --> |
| 35 | + |
| 36 | +## Additional Context (Optional) |
| 37 | +<!-- Add any other context or information that might be relevant to the issue. |
| 38 | + For example, related issues, potential causes, or possible solutions. --> |
0 commit comments