From 5098d88ee8f8ac00350ba8331d98c218cd403a4a Mon Sep 17 00:00:00 2001 From: Ben Hymers Date: Sun, 14 Feb 2016 20:08:58 +0000 Subject: [PATCH] Add note to CONTRIBUTING doc to mention screenshots and debug draw interface --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 982ad77..3cfdc21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,8 @@ chances of your issue being dealt with quickly: * **Overview of the Issue** - what type of issue is it, and why is it an issue for you? * **Callstack** - if it's a crash or other runtime error, a callstack will help diagnosis +* **Screenshots** - for navmesh generation problems, a picture really is worth a thousand words. + Implement `duDebugDraw` and call some methods from DetourDebugDraw.h. Seriously, just do it, we'll definitely ask you to if you haven't! * **Logs** - stdout and stderr from the console, or log files if there are any. If integrating into your own codebase, be sure to implement the log callbacks in `rcContext`. * **Reproduction steps** - a minimal, unambigious set of steps including input, that causes the error for you.