-
Notifications
You must be signed in to change notification settings - Fork 951
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
Issue and Pull request templates #502
Conversation
@rawkintrevo: I have made the requested changes, can you review when you get some time? Thanks! |
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.
A few more lines need uncommented, and one nit. Thank you!
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
--- | ||
|
||
### Description | ||
<!-- A clear and concise description of the bug. --> |
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.
Sorry if I wasn't clear, I meant uncomment all of these. They're good notes, but when they're commented, people won't see them.
.github/PULL_REQUEST_TEMPLATE
Outdated
|
||
### Linked Issues | ||
Add links to related issues. | ||
- Fixes MAHOUT-XXXX |
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.
This is a nit, but since you need to uncomment the lines in the other file anyway, replace this line with
Closes #123
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.
I think you dropped the entire section of ## Related Issues? Can you add it back?
.github/PULL_REQUEST_TEMPLATE
Outdated
|
||
|
||
Closes #123 |
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.
I think you dropped the section header and - Related to #123
?
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.
I see from the UI why- I just met that one line, not all three lines. Sorry/blame github.com
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.
Oh, I thought you wanted all those lines replaced, reverting this right away. Sorry for the confusion.
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
Purpose of PR:
This PR improves the issue and pull request templates in the
.github/
directory to enhance clarity, usability, and contributor experience.Changes Made:
Added separate issue templates for Bug Reports, Feature Requests, and Documentation Issues.
Implemented auto-labeling for issue categorization.
Closes #496