-
Notifications
You must be signed in to change notification settings - Fork 735
Add AWS IoT Code Sample #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -0,0 +1,61 @@ | |||
# Contributing Guidelines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is not releveant to our repo, please remove it. This repo has its own contributing guideline.
@@ -0,0 +1,4 @@ | |||
## Code of Conduct | |||
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). | |||
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is not releveant to our repo, please remove it. This repo has its own contributing guideline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things on this one
- license file should be License.txt for consistency across all samples, .txt extensions is also used by CI
- read me is in an old style, take a look at: : https://gitlab.devtools.intel.com/ecosystem-dev-programs/pre-release/intel-oneapi-sample-template/blob/master/README.md
- samples.json should prove compile at a minimum
- sample.json file is also not validating running the app, but suspect a open port is needed. Please confirm thats the case
Please add ciTests field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request adding ciTests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triggering CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Good work.
A sample to test AWS Basic Pub Sub sample.