rawkintrevo commented on code in PR #502: URL: https://github.com/apache/mahout/pull/502#discussion_r1978310960
########## .github/PULL_REQUEST_TEMPLATE: ########## @@ -1,21 +1,42 @@ -### Purpose of PR: -Please give a short description of what this PR is for. +### Purpose of PR +Describe what this PR does. +### Linked Issues +Add links to related issues. +- Fixes MAHOUT-XXXX Review Comment: This is a nit, but since you need to uncomment the lines in the other file anyway, replace this line with `Closes #123` ########## .github/ISSUE_TEMPLATE/bug_report.md: ########## @@ -0,0 +1,31 @@ +--- +name: "Bug Report" +about: "Report a bug to help us improve" +title: "[Bug] " +labels: ["bug"] +assignees: [] +--- + +### Description +<!-- A clear and concise description of the bug. --> Review Comment: 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org