Skip to content

Commit d67b812

Browse files
author
Hongshan Li
committed
add issue templates
1 parent 63b5590 commit d67b812

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Link to the notebook**
11+
Which notebook you run into trouble
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**To Reproduce**
17+
Steps to reproduce

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a question
4+
url: https://stackoverflow.com/questions/tagged/amazon-sagemaker
5+
about: Use Stack Overflow to ask and answer questions
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Example request
3+
about: Suggest an use case example you want to see
4+
title: I want to see ...
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the use case example you want to see**
11+
12+
13+
14+
**Describe what SageMaker services are involved**
15+
16+
17+
18+
19+
**Describe what AWS services (other than SageMaker) are involved***

0 commit comments

Comments
 (0)