duboisfordwork commented on code in PR #1401: URL: https://github.com/apache/daffodil-vscode/pull/1401#discussion_r2317568657
########## .github/ISSUE_TEMPLATE/Bug_Report.md: ########## @@ -0,0 +1,25 @@ +## Description + +A clear and concise description of what the bug is. + +## Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. See error + +## Expected behavior + +What did you expect to happen? + +## Actual behavior Review Comment: ```suggestion ## Actual Behavior ``` ########## .github/ISSUE_TEMPLATE/Bug_Report.md: ########## @@ -0,0 +1,25 @@ +## Description + +A clear and concise description of what the bug is. + +## Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. See error + +## Expected behavior Review Comment: ```suggestion ## Expected Behavior ``` ########## .github/pull_request_template.md: ########## @@ -0,0 +1,13 @@ +Closes #(issue) + +## Description + +Please include a summary of the change and which issue is fixed. Also include relevant context or motivation. Review Comment: Should the text under these titles be in square brackets like the Enhancement_Request.md? ########## .github/ISSUE_TEMPLATE/Bug_Report.md: ########## @@ -0,0 +1,25 @@ +## Description + +A clear and concise description of what the bug is. Review Comment: Should the text under these titles be in square brackets like the Enhancement_Request.md? ########## .github/ISSUE_TEMPLATE/Feature_Request,md: ########## @@ -0,0 +1,38 @@ +# Feature Request: [Concise Title of the Feature] + +## Problem Description + +Clearly describe the problem or pain point this feature aims to solve. Explain the current limitations or challenges faced by users or the system. Review Comment: Should the text under these titles be in square brackets like the Enhancement_Request.md? ########## .github/ISSUE_TEMPLATE/Bug_Report.md: ########## @@ -0,0 +1,25 @@ +## Description + +A clear and concise description of what the bug is. + +## Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. See error + +## Expected behavior + +What did you expect to happen? + +## Actual behavior + +What actually happened? + +## Screenshots and additional context (optional) Review Comment: ```suggestion ## Screenshots and Additional Context (optional) ``` -- 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]
