From 573311c88ce3585a1db57b84495e14b857ad8aef Mon Sep 17 00:00:00 2001 From: Murthy Date: Thu, 14 Aug 2025 15:51:24 -0700 Subject: [PATCH 1/4] [PROCESS] Adding template for GitHub issues --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/doc-issue.md | 37 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/doc-issue.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/doc-issue.md b/.github/ISSUE_TEMPLATE/doc-issue.md new file mode 100644 index 0000000..e1bf18e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc-issue.md @@ -0,0 +1,37 @@ +--- +name: AWS Neuron SDK Bug Report +about: Create a report to help us improve the AWS Neuron SDK docs! +title: '[ISSUE] ' +labels: bug +assignees: '' +--- +## Hardware Used + + +## Instance type + +[Inf2.xlarge/Inf2.48xlarge etc] + +## Release Artifacts + + +[Which release was used e.g. Release_2.23,Release_2.24 etc.] + +## Model Type + +[Tutorial, custom model etc.] + +## Tutorial Link + +## Description + +[Describe the issue] + +## Steps to Reproduce + +1. ... +2. ... +3. ... + + +## Attach logs if any From 97c539595dcd2ba5c686d853653051786f0dcfaa Mon Sep 17 00:00:00 2001 From: musunita <62577111+musunita@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:01:27 -0700 Subject: [PATCH 2/4] Update doc-issue.md --- .github/ISSUE_TEMPLATE/doc-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/doc-issue.md b/.github/ISSUE_TEMPLATE/doc-issue.md index e1bf18e..183e58e 100644 --- a/.github/ISSUE_TEMPLATE/doc-issue.md +++ b/.github/ISSUE_TEMPLATE/doc-issue.md @@ -1,7 +1,7 @@ --- name: AWS Neuron SDK Bug Report about: Create a report to help us improve the AWS Neuron SDK docs! -title: '[ISSUE] ' +title: '[ISSUE]' labels: bug assignees: '' --- From 16ed7d76418996b891b45257ddf5b7112c2ad6a5 Mon Sep 17 00:00:00 2001 From: musunita <62577111+musunita@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:02:11 -0700 Subject: [PATCH 3/4] Update doc-issue.md --- .github/ISSUE_TEMPLATE/doc-issue.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/doc-issue.md b/.github/ISSUE_TEMPLATE/doc-issue.md index 183e58e..fb5a17c 100644 --- a/.github/ISSUE_TEMPLATE/doc-issue.md +++ b/.github/ISSUE_TEMPLATE/doc-issue.md @@ -6,8 +6,6 @@ labels: bug assignees: '' --- ## Hardware Used - - ## Instance type [Inf2.xlarge/Inf2.48xlarge etc] From aa30924b8e97c48690f00165151412693261ab81 Mon Sep 17 00:00:00 2001 From: musunita <62577111+musunita@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:07:26 -0700 Subject: [PATCH 4/4] Update doc-issue.md --- .github/ISSUE_TEMPLATE/doc-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/doc-issue.md b/.github/ISSUE_TEMPLATE/doc-issue.md index fb5a17c..6aae6a6 100644 --- a/.github/ISSUE_TEMPLATE/doc-issue.md +++ b/.github/ISSUE_TEMPLATE/doc-issue.md @@ -1,6 +1,6 @@ --- name: AWS Neuron SDK Bug Report -about: Create a report to help us improve the AWS Neuron SDK docs! +about: Create a report to help us improve the AWS Neuron SDK! title: '[ISSUE]' labels: bug assignees: ''