Skip to content

Commit 938f561

Browse files
authored
document testing expectations (#363)
1 parent e01f6a1 commit 938f561

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ requests. Private or sensitive issues may be submitted via email to
1111
this project's maintainer (Ben Ashbaugh - ben 'dot' ashbaugh 'at' intel 'dot'
1212
com), or to any other Intel GitHub maintainer (see profile for email address).
1313

14-
## How to Fix and Issue or Add a Feature
14+
## How to Fix an Issue or Add a Feature
1515

1616
If you have an idea how to improve the Intercept Layer for OpenCL Applications:
1717

1818
1. Please share your proposal via a GitHub issue. This lets others know what
1919
you're working on and gives others an opportunity to provide early feedback.
2020
1. Implement, validate, and document your fix or feature. Be sure it doesn't
2121
break any existing functionality!
22+
1. Test the fix or feature. You will be asked how you tested your changes when
23+
you create a pull request. Many features can be exercised by the [OpenCL
24+
CTS](https://github.com/KhronosGroup/OpenCL-CTS) (Conformance Test Suite).
25+
Other features should be exercised via specific targeted applications. Ask
26+
for help if needed!
2227
1. Submit a pull request with your changes.
2328

2429
After submitting a pull request your contribution will be reviewed. Your pull

0 commit comments

Comments
 (0)