diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ff1a695517..97ce9c1403a 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