Skip to content

Commit 97c7362

Browse files
committed
2 parents 4994c0e + fa51f46 commit 97c7362

File tree

510 files changed

+19331
-3604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

510 files changed

+19331
-3604
lines changed

.github/ISSUE_TEMPLATE/new_sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Request to add a oneAPI Sample
33
about: Use this template to request to add a new Code Sample
44
title: 'Request to Add a oneAPI Sample <YourSampleName>'
55
labels: 'enhancement'
6-
assignees: '@JoeOster'
6+
assignees: Project Manager
77
---
88

99
## Summary

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please include a description of the sample
4040
## Checklist
4141
Administrative
4242
- [ ] Review sample design with the appropriate [Domain Expert](https://github.com/oneapi-src/oneAPI-samples/wiki/Reviewers-and-Domain-Experts): <insert Name Here>
43-
- [ ] If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager: @JoeOster
43+
- [ ] If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager
4444

4545
Code Development
4646
- [ ] Implement coding guidelines and ensure code quality. [see wiki for details](https://github.com/oneapi-src/oneAPI-samples/wiki/General-Code-Guidelines)
@@ -51,12 +51,12 @@ Code Development
5151
- [ ] Run jsonlint on sample.json to verify json syntax. www.jsonlint.com
5252

5353
Security and Legal
54-
- [ ] OSPDT Approval (see @JoeOster for assistance)
54+
- [ ] OSPDT Approval (see Project Manager for assistance)
5555
- [ ] Compile using the following compiler flags and fix any warnings, the falgs are: "/Wall -Wformat-security -Werror=format-security"
5656
- [ ] Bandit Scans (Python only)
5757
- [ ] Virus scan
5858

5959
Review
6060
- [ ] Review DPC++ code with Paul Peterseon. (GitHub User: pmpeter1)
61-
- [ ] Review readme with Tom Lenth(@tomlenth) and/or Joe Oster(@JoeOster)
61+
- [ ] Review readme with Tom Lenth(@tomlenth) and/or Project Manager
6262
- [ ] Tested using Dev Cloud when applicable

.repo-tools/Docs_Automation/content.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"mdIntro5.4":" - Example error: *Error MSB6003 The specified task executable dpcpp.exe could not be run .......",
2121
"mdIntro6":"\n\n## Contributing\n\nSee [CONTRIBUTING wiki](https://github.com/oneapi-src/oneAPI-samples/blob/master/CONTRIBUTING.md) for more information.",
2222
"mdIntro7":"\n\n## New Code Samples\n\n|Version Introduced |Sample Name|Description|\n |-----------------------|-------------------------------------------|---------------|\n",
23+
"mdDeletedSample":"\n\n## Deleted Code Samples\n\n|Version Introduced|Version Deleted|Sample Name|Description|Path|\n |---|---|------|---------------|------|\n",
2324

2425
"mdCodeSamplesListIntrop1": "## oneAPI Code Samples\n\nThis Page is a complete list of oneAPI Code Samples, sorted by Alphabetical order",
2526
"mdCodeSamplesListIntrop2": "|Code Sample Name|Supported Intel&reg; Architecture(s)|Description|\n|-----------------------|----------------------|---------------------|\n",

.repo-tools/Docs_Automation/create_docs.py

Lines changed: 202 additions & 138 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)