- 
                Notifications
    
You must be signed in to change notification settings  - Fork 130
 
Improve issue triage and issue templates #597
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
Conversation
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.
LGTM except for nits
        
          
                .github/ISSUE_TEMPLATE/question.md
              
                Outdated
          
        
      | - [ ] [Index Page - line-bot-api gem](https://line.github.io/line-bot-sdk-ruby/_index.html) | ||
| - [ ] [Examples - line-bot-api gem](https://github.com/line/line-bot-sdk-ruby/tree/master/examples/v2) | ||
| - [ ] [Developer Documentation - LINE Developers](https://developers.line.biz/en/docs/) | ||
| - [ ] [FAQ - LINE Developers](https://developers.line.biz/en/faq/messaging-api/) | 
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.
ditto
        
          
                .github/ISSUE_TEMPLATE/question.md
              
                Outdated
          
        
      | 
               | 
          ||
| <!-- | ||
| ## Before Creating a Question Issue | ||
| - Please check the [developer documentation](https://developers.line.biz/en/docs/) and [FAQ](https://developers.line.biz/en/faq/messaging-api/) for answers to common questions. | 
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://developers.line.biz/en/faq/messaging-api/
This link is 404...
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.
It had been changed to https://developers.line.biz/en/faq/tags/messaging-api/ for years.
        
          
                .github/ISSUE_TEMPLATE/bug_report.md
              
                Outdated
          
        
      | - Provide detailed information about the issue you had with the SDK as below | ||
| --> | ||
| ## Before Creating an Issue | ||
| - Please check our [developer documentation](https://developers.line.biz/en/docs/) and [FAQ](https://developers.line.biz/en/faq/messaging-api/) for more information on the Messaging API | 
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.
ditto
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.
Thank you!
Related to line/line-bot-sdk-ruby#597 - [x] create untriaged label
Related to line/line-bot-sdk-ruby#597 - [x] create untriaged label
Related to line/line-bot-sdk-ruby#597 - [x] create untriaged label
Related to line/line-bot-sdk-ruby#597 - [x] create untriaged label
This change modifies the issue template for bug reports and adds an issue template for inquiries.
Additionally, issues now always have the
untriagedlabel set, and they won't be closed until a maintainer removes the label.minor tasks
untriagedlabel in this repository