chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Each line is a file pattern followed by one or more owners (@username or
|
||||
# email@address).
|
||||
#
|
||||
# Order is important. The last matching pattern has the most precedence.
|
||||
# So if a pull request only touches a specific folder, only the respective owners
|
||||
# will be requested to review.
|
||||
#
|
||||
# @See https://help.github.com/articles/about-codeowners/
|
||||
|
||||
/sagemaker-experiments/* @aws/sagemakerexperimentsadmin
|
||||
/sagemaker-lineage/* @aws/sagemakerexperimentsadmin
|
||||
|
||||
# Community contributed
|
||||
/contrib/ @aws/sagemaker-notebook-sas
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[Bug Report]"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Link to the notebook**
|
||||
Add the link to the notebook.
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To reproduce**
|
||||
A clear, step-by-step set of instructions to reproduce the bug.
|
||||
|
||||
**Logs**
|
||||
If applicable, add logs to help explain your problem.
|
||||
You may also attach an `.ipynb` file to this issue if it includes relevant logs or output.
|
||||
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Ask a question
|
||||
url: https://stackoverflow.com/questions/tagged/amazon-sagemaker
|
||||
about: Use Stack Overflow to ask and answer questions
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Content improvement
|
||||
about: Suggest changes to a notebook to make it more educational
|
||||
title: "[Content Improvement]"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Link to the notebook**
|
||||
Add the link to the notebook.
|
||||
|
||||
**What aspects of the notebook can be improved?**
|
||||
|
||||
|
||||
**What are your suggestions?**
|
||||
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Example request
|
||||
about: Suggest an use case example you want to see
|
||||
title: "[Example Request]"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the use case example you want to see**
|
||||
A clear and concise description of the functionality you want.
|
||||
|
||||
**How would this example be used? Please describe.**
|
||||
A clear and concise description of the use case for this example.
|
||||
|
||||
**Describe which SageMaker services are involved**
|
||||
|
||||
|
||||
**Describe what other services (other than SageMaker) are involved***
|
||||
|
||||
|
||||
**Describe which dataset could be used. Provide its location in s3://sagemaker-sample-files or another source.**
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
*Issue #, if available:*
|
||||
|
||||
*Description of changes:*
|
||||
|
||||
*Testing done:*
|
||||
|
||||
## Merge Checklist
|
||||
|
||||
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request._
|
||||
|
||||
- [ ] I have verified that my PR does not contain any new notebook/s which demonstrate a SageMaker functionality already showcased by another existing notebook in the repository
|
||||
- [ ] I have read the [CONTRIBUTING](https://github.com/aws/amazon-sagemaker-examples/blob/default/CONTRIBUTING.md) doc and adhered to the guidelines regarding folder placement, notebook naming convention and example notebook best practices
|
||||
- [ ] I have updated the necessary documentation, including the README of the appropriate folder as well as the index.rst file
|
||||
- [ ] I have tested my notebook(s) and ensured it runs end-to-end
|
||||
- [ ] I have linted my notebook(s) and code using `python3 -m black -l 100 {path}/{notebook-name}.ipynb`
|
||||
|
||||
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
|
||||
Reference in New Issue
Block a user