This is an automated email from the ASF dual-hosted git repository. shanedell pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
from e00a9e4 Add inline comments to document 4K chunk used in Parse.run() add 75168c8 Fixed formattig and typo errors, added fontmatters and updated commit hashes instead of tags in workflow CI files No new revisions were added by this update. Summary of changes: .github/ISSUE_TEMPLATE/Bug_Report.md | 42 --------------------- .github/ISSUE_TEMPLATE/Enhancement_Request.md | 32 ---------------- .github/ISSUE_TEMPLATE/bug_report.md | 43 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement_request.md | 23 ++++++++++++ .../{Feature_Request.md => feature_request.md} | 30 +++++---------- .github/pull_request_template.md | 19 +--------- .github/workflows/CI.yml | 22 +++++------ .github/workflows/documentaion.yml | 2 +- .github/workflows/licenes.yml | 12 +++--- .github/workflows/nightly.yml | 8 ++-- .github/workflows/scala-steward.yml | 2 +- project/Rat.scala | 7 +++- 12 files changed, 105 insertions(+), 137 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug_Report.md delete mode 100644 .github/ISSUE_TEMPLATE/Enhancement_Request.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.md rename .github/ISSUE_TEMPLATE/{Feature_Request.md => feature_request.md} (51%)