-
Notifications
You must be signed in to change notification settings - Fork 426
Improve issue triage and issue template #1287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,36 +1,33 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: '[BUG]' | ||
| labels: 'bug' | ||
| assignees: 'kawasako' | ||
|
|
||
| name: Bug Report Template | ||
| about: Use this template to report bugs in the line-bot-sdk-nodejs | ||
| title: 'Bug Report' | ||
| --- | ||
|
|
||
| ## Bug Report | ||
| <!-- 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? --> | ||
| <!-- 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/, https://www.line-community.me/questions, GitHub issues whether someone else has already reported your issue? --> | ||
|
|
||
| **Describe the bug** | ||
| A clear and concise description of what the bug is. | ||
| ## System Information | ||
| - OS: [e.g. Ubuntu] | ||
| - Node.js Version [e.g. Node v20.0.0] | ||
| - line-bot-sdk-nodejs version(s) [e.g. 6.8.0] | ||
|
|
||
| **To Reproduce** | ||
| <!-- It would be appreciate if you share the minimal complete reproducible Javascript code or Repo link: --> | ||
| Steps to reproduce the behavior: | ||
| 1. use '...' function, pass the '...' parameter. | ||
| 2. ... | ||
| 3. ??? | ||
| 4. See error | ||
| ## Expected Behavior | ||
| <!-- Describe what you expected to happen --> | ||
|
|
||
| **Expected behavior** | ||
| A clear and concise description of what you expected to happen. | ||
| ## Current Behavior | ||
| <!-- Describe what actually happened instead of the expected behavior --> | ||
|
|
||
| **Screenshots** | ||
| If applicable, add screenshots to help explain your problem. | ||
| ## Steps to Reproduce | ||
| <!-- Provide a link to a live example or a clear set of steps to reproduce the issue. | ||
| If possible, provide minimal code (e.g. test code, a draft PR, or a link to a forked repository). --> | ||
| 1. | ||
| 2. | ||
| 3. | ||
|
|
||
| **Environment (please complete the following information):** | ||
| - OS: [e.g. Ubuntu] | ||
| - Node.js Version [e.g. Node 8] | ||
| - line-bot-sdk-nodejs version(s) [e.g. 6.8.0] | ||
| ## Logs | ||
| <!-- If possible, provide logs to help identify the issue --> | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. | ||
| ## Additional Context (Optional) | ||
| <!-- Add any other context or information that might be relevant to the issue. | ||
| For example, related issues, potential causes, or possible solutions. --> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest an idea for this project | ||
| title: "Feature Request" | ||
|
|
||
| --- | ||
|
|
||
| ## Feature Request | ||
| <!-- 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? --> | ||
|
|
||
| **Is your feature request related to a problem? Please describe.** | ||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
|
||
| **Describe the solution you'd like** | ||
| A clear and concise description of what you want to happen. | ||
|
|
||
| **Describe alternatives you've considered** | ||
| A clear and concise description of any alternative solutions or features you've considered. | ||
|
|
||
| **Additional context** | ||
| Add any other context or screenshots about the feature request here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| --- | ||
| name: "Question Template" | ||
| about: "Use this template to ask questions about usage or implementation of the line-bot-sdk-nodejs." | ||
| title: "Question" | ||
| --- | ||
|
|
||
| <!-- | ||
| ## Before Creating a Question Issue | ||
| - 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. | ||
| - Make sure your question hasn't already been asked in other Issues or the documentation. | ||
| ## This Is Not | ||
| - A bug report. If you think you've found a bug, please use the "Bug Report" template. | ||
| - A place to request new features. If you have a feature request, consider opening a "Feature Request" issue or PR. | ||
| ## When Creating a Question | ||
| - Provide detailed information about your environment and context so we can better understand and answer your question. | ||
| - Let us know what you've tried so far (e.g. searching docs, existing issues, etc.). | ||
| --> | ||
|
|
||
| ## Have You Checked the Following? | ||
| - [ ] [LINE Messaging API SDK for nodejs](https://line.github.io/line-bot-sdk-nodejs/) | ||
| - [ ] [Examples](https://github.com/line/line-bot-sdk-nodejs/tree/master/examples/) | ||
| - [ ] [Developer Documentation - LINE Developers](https://developers.line.biz/en/docs/) | ||
| - [ ] [FAQ - LINE Developers](https://developers.line.biz/en/faq/tags/messaging-api/) | ||
|
|
||
| ## Summary of Your Question | ||
| <!-- Provide a clear and concise description of what you want to know. --> | ||
|
|
||
| ## Details | ||
| <!-- Provide any code snippets, relevant logs, or background details that will help us understand your question better. --> | ||
|
|
||
| ## What You've Tried | ||
| <!-- Let us know any steps you've already taken to answer your own question, | ||
| such as searching in documentation or checking existing issues. --> | ||
|
|
||
| ## Your Environment | ||
| <!-- For example: | ||
| - OS: [e.g. Ubuntu] | ||
| - Node.js Version [e.g. Node v22.0.0] | ||
| - line-bot-sdk-nodejs version(s) [e.g. 6.8.0] | ||
| --> | ||
|
|
||
| ## Additional Context (Optional) | ||
| <!-- Add any other context, possible considerations, or related links here. --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| name: Label issue | ||
|
|
||
| on: | ||
| issues: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - closed | ||
|
|
||
| jobs: | ||
| label-issues: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| issues: write | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
|
||
| - name: Add label on issue open | ||
| if: github.event.action == 'opened' || github.event.action == 'reopened' | ||
| run: | | ||
| gh issue edit ${{ github.event.issue.number }} \ | ||
| --add-label "untriaged" \ | ||
| env: | ||
| GH_TOKEN: ${{ github.token }} | ||
|
|
||
| - name: Remove label on issue close | ||
| if: github.event.action == 'closed' | ||
| run: | | ||
| gh issue edit ${{ github.event.issue.number }} \ | ||
| --remove-label "untriaged" | ||
| env: | ||
| GH_TOKEN: ${{ github.token }} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.line-community.me/questionsdoesn't exist