| OLD | NEW |
| 1 ============ | 1 ============ |
| 2 Contributing | 2 Contributing |
| 3 ============ | 3 ============ |
| 4 | 4 |
| 5 For more information, please see the official contribution docs at | 5 For more information, please see the official contribution docs at |
| 6 http://docs.pythonboto.org/en/latest/contributing.html. | 6 http://docs.pythonboto.org/en/latest/contributing.html. |
| 7 | 7 |
| 8 | 8 |
| 9 Contributing Code | 9 Contributing Code |
| 10 ================= | 10 ================= |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 report includes: | 33 report includes: |
| 34 | 34 |
| 35 * A description of the problem/suggestion. | 35 * A description of the problem/suggestion. |
| 36 * How to recreate the bug. | 36 * How to recreate the bug. |
| 37 * If relevant, including the versions of your: | 37 * If relevant, including the versions of your: |
| 38 | 38 |
| 39 * Python interpreter | 39 * Python interpreter |
| 40 * boto | 40 * boto |
| 41 * Optionally of the other dependencies involved | 41 * Optionally of the other dependencies involved |
| 42 | 42 |
| 43 * If possile, create a pull request with a (failing) test case demonstrating | 43 * If possible, create a pull request with a (failing) test case demonstrating |
| 44 what's wrong. This makes the process for fixing bugs quicker & gets issues | 44 what's wrong. This makes the process for fixing bugs quicker & gets issues |
| 45 resolved sooner. | 45 resolved sooner. |
| 46 | 46 |
| 47 | 47 |
| OLD | NEW |