|
3 | 3 |
|
4 | 4 | [](https://travis-ci.org/LearningLocker/learninglocker) |
5 | 5 | [](https://packagist.org/packages/learninglocker/learninglocker) |
6 | | -[](https://packagist.org/packages/learninglocker/learninglocker) |
7 | 6 | [](https://packagist.org/packages/learninglocker/learninglocker) |
8 | 7 | [](http://opensource.org/licenses/GPL-3.0) |
9 | 8 | [](https://gitter.im/LearningLocker/learninglocker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
|
14 | 13 | Please see our [documentation](http://docs.learninglocker.net) for installation, configuration, and usage instructions. |
15 | 14 |
|
16 | 15 | ## Developers |
17 | | -You may contribute to this project via [issues](/issues) and [pull request](/pulls), however, please see the [guidelines](/contributing.md) before doing so. You can also contribute by updating our [documentation](https://github.com/LearningLocker/docs). More information about how you can get involved can be found on the [Learning Locker website](http://learninglocker.net/community/get-involved/). You can see our list of contributors in our [contributors.md file](/contributors.md). |
| 16 | +You may contribute to this project by: |
18 | 17 |
|
19 | | -### Getting Started |
| 18 | +- [Reporting issues](/issues). |
| 19 | +- [Updating code](/updating-code). |
| 20 | +- [Updating documentation](https://github.com/LearningLocker/docs). |
| 21 | + |
| 22 | +### Updating Code |
20 | 23 | 1. Install Learning Locker's [requirements](http://docs.learninglocker.net/installation/#requirements). |
21 | 24 | 2. [Install and setup](http://docs.learninglocker.net/installation/) Learning Locker. |
22 | 25 | 3. Change the code. |
23 | | -4. [Test](#testing) your code. See [testing](#testing) below for more information. |
| 26 | +4. [Test](#testing) your code by ensuring that `./vendor/bin/phpunit` runs without any errors. |
24 | 27 | 5. Repeat from Step 3 or continue to step 6. |
25 | 28 | 6. Commit and push your changes to Github. |
26 | 29 | 7. Create a [pull request](/pulls) on Github (ensuring that you follow the [guidelines](/contributing.md)). |
27 | 30 |
|
28 | 31 | Note that Learning Locker is built upon the [Laravel](http://laravel.com/) PHP framework. To learn more about the code structure, please view the [Laravel documentation](laravel.com/docs/). |
29 | | - |
30 | | -### Testing |
31 | | -You should try to ensure that `./vendor/bin/phpunit` runs without any errors before submitting a pull request. |
0 commit comments