hdalsania commented on code in PR #1455: URL: https://github.com/apache/daffodil-vscode/pull/1455#discussion_r2436450812
########## .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: Items listed in checkbox are better suited for review process. I would list the actual acceptance criteria to explain what makes this task complete or accepted. ########## .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._ + Review Comment: I would add a section about what part of the extension this task is belong to, or at least a reminder to apply label manually. -- 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]
