From f9ccc7692a3d5188014c45512a07a90cde774f2f Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 6 Mar 2018 08:12:19 -0700 Subject: docs: Update Contributing.md for msg output info Change-Id: Iab9831c798970334808c5d0784e1e5128f05c6f6 --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) 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)** -- cgit v1.2.3