Closed
Conversation
MAHOUT-Add FOSDEM talk to website apache#494
rawkintrevo
requested changes
Mar 3, 2025
Contributor
There was a problem hiding this comment.
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> |
Contributor
There was a problem hiding this comment.
I'm not sure what is happening here, but this isn't related to the PR described
rawkintrevo
reviewed
Mar 3, 2025
| - [ ] 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 |
rawkintrevo
reviewed
Mar 3, 2025
Contributor
There was a problem hiding this comment.
This whole file should probably be a different issue/pr
rawkintrevo
reviewed
Mar 3, 2025
Contributor
There was a problem hiding this comment.
this should go in the other issue/pr for the labeler
second commit, uncommented
Contributor
Author
|
@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. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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