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..6aae6a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc-issue.md @@ -0,0 +1,35 @@ +--- +name: AWS Neuron SDK Bug Report +about: Create a report to help us improve the AWS Neuron SDK! +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