JeremyYao commented on code in PR #1455: URL: https://github.com/apache/daffodil-vscode/pull/1455#discussion_r2437291794
########## .github/ISSUE_TEMPLATE/task.md: ########## @@ -0,0 +1,27 @@ +--- +name: "Task" +about: "Create a new task to be worked on" +title: "[Task]: " +--- + +# Task: [Concise Title of the Task] + +## Description + +_A clear and concise description of the task._ + +## Acceptance Criteria + +- [ ] Task is implemented as described Review Comment: That's a good point-- checkboxes are much better suited for PRs. I like having something in there to expand upon the acceptance criteria further. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
