Skip to content

Commit 9899134

Browse files
add issue templates (#2015)
* add issue templates * added content improvement template * Update .github/ISSUE_TEMPLATE/example-request.md Co-authored-by: Aaron Markham <[email protected]> * Update .github/ISSUE_TEMPLATE/example-request.md Co-authored-by: Aaron Markham <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Aaron Markham <[email protected]> * more consistent layout Co-authored-by: Aaron Markham <[email protected]>
1 parent a9b2677 commit 9899134

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-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: "[Bug Report]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Link to the notebook**
11+
Add the link to the notebook
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Content improvement
3+
about: Suggest changes to a notebook to make it more educational
4+
title: "[Content Improvement]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Link to the notebook**
11+
Add the link to the notebook
12+
13+
14+
**What aspects of the notebook can be improved?**
15+
16+
17+
**What are your suggestions?**
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: "[Example Request]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the use case example you want to see**
11+
12+
13+
14+
**Describe which SageMaker services are involved**
15+
16+
17+
18+
19+
**Describe what other services (other than SageMaker) are involved***

0 commit comments

Comments
 (0)