diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2018-03-06 08:12:19 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2018-03-08 11:27:23 -0700 |
| commit | f9ccc7692a3d5188014c45512a07a90cde774f2f (patch) | |
| tree | d502af0d24568d5212288ddfe200dc37f0951564 | |
| parent | d062e4c469740ccad45b66d4fdcd1efc3db3f902 (diff) | |
| download | usermoji-f9ccc7692a3d5188014c45512a07a90cde774f2f.tar.xz | |
docs: Update Contributing.md for msg output info
Change-Id: Iab9831c798970334808c5d0784e1e5128f05c6f6
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2417cd4d..ebe87a06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,6 +124,9 @@ There are many existing validation tests in this directory that can be used as a contains checks that require some amount of application state to carry out. In contrast, the parameter validation layer contains checks that require (mostly) no state at all. Please inquire if you are unsure of the location for your contribution. The other layers (threading, object_tracker, unique_objects) are more special-purpose and are mostly code-generated from the specification. +* **Validation Error/Warning Messages** Strive to give specific information describing the particulars of the failure, including +output all of the applicable Vulkan Objects and related values. Also, ensure that when messages can give suggestions about _how_ to +fix the problem, they should do so to better assist the user. ### **Contributor License Agreement (CLA)** |
