-
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
Issues and PR templates #500
Conversation
MAHOUT-Add FOSDEM talk to website apache#494
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.
Thanks for the contribution @vedansh-5 !
Lot's of things you have commented out that should be uncommented, and a few other nits.
Update and it should be good to go.
FOSDEM 2025, Brussels Belgium - <!--a href="https://www.youtube.com/watch?v=tgFaUL1wYhY" target="_blank"--> | ||
Introducing Qumat! | ||
<!--/a--> | ||
FOSDEM 2025, Brussels Belgium - <a href="https://mirrors.dotsrc.org/fosdem/2025/k4401/fosdem-2025-5298-introducing-qumat-an-apache-mahout-joint-.av1.webm" target="_blank">Introducing Qumat!</a> |
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'm not sure what is happening here, but this isn't related to the PR described
- [ ] A JIRA ticket exists (if not, please create this first)[https://issues.apache.org/jira/browse/mahout/] | ||
- [ ] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX is the JIRA number. | ||
- [ ] Created unit tests where appropriate | ||
- [ ] Added licenses correct on newly added files |
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 also should stay
.github/labeler.yml
Outdated
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 whole file should probably be a different issue/pr
.github/workflows/label.yml
Outdated
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 should go in the other issue/pr for the labeler
second commit, uncommented
@rawkintrevo: I mistakenly pushed the code into a branch I created for another issue #494, I'll close this pr and create a new one with the requested changes. |
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