summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-02-09 12:48:20 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-02-09 12:48:20 -0300
commit52326ac67244672011d97778cb8de315d0365b05 (patch)
tree30b3ab2a50e562159e35db913ba45e7217798eb2 /CONTRIBUTING.md
parentb6b33e8886c4e1515164925dddf55d9ee687456f (diff)
downloadredot-engine-52326ac67244672011d97778cb8de315d0365b05.tar.gz
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files 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