From 52326ac67244672011d97778cb8de315d0365b05 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 9 Feb 2016 12:48:20 -0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ff1a69551..97ce9c1403 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,12 @@ Many bugs can't be reproduced unless specific steps are taken. Please **specify #### Provide a Simple, Example Project -Sometimes an unexpected behavior happens in your project. In such case understand that we can't always take a look at your project. Providing **a simple project** that isolates and reproduces the issue is always the **the best way for us to fix it**. +Sometimes an unexpected behavior happens in your project. In such case understand that: + +* What happens to you may not happen to other users. +* We can't take the time a look at your project, learn it and then figure out why it's failing. + +To speed up our work, prepare for us **a simple project** that isolates and reproduces the issue. This is always the **the best way for us to fix it**. ### Contributing Pull Requests @@ -29,4 +34,4 @@ If you are adding new engine funcitonality, please make sure that: Thanks! -The Godot Development Team \ No newline at end of file +The Godot Development Team