Skip to content

Commit 1a1a23f

Browse files
committed
Merge branch 'master' of github.com:chamilo/chamilo-lms
2 parents 7534cf1 + b5117cf commit 1a1a23f

17 files changed

+869
-376
lines changed

CODE_OF_CONDUCT.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Our Pledge
44

55
In the interest of fostering an open and welcoming environment, we as
6-
contributors and maintainers pledge to making participation in our project and
6+
contributors and maintainers pledge to make participation in our project and
77
our community a harassment-free experience for everyone, regardless of age, body
88
size, disability, ethnicity, sex characteristics, gender identity and expression,
99
level of experience, education, socio-economic status, nationality, personal
@@ -28,8 +28,7 @@ Examples of unacceptable behavior by participants include:
2828
* Public or private harassment
2929
* Publishing others' private information, such as a physical or electronic
3030
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
31+
* Other conduct that could reasonably be considered inappropriate in a professional setting, such as repeated personal attacks, spreading false information, or disruptive behavior.
3332

3433
## Our Responsibilities
3534

CONTRIBUTING.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributing
33

44
Chamilo LMS is a free software, community-driven project.
55

6-
Chamilo LMS is an LAMP-based e-learning web platform that focuses on providing an easy-to-use
6+
Chamilo LMS is a LAMP-based e-learning web platform that focuses on providing an easy-to-use
77
environment for teachers to improve both the quality and availability of their
88
educational material, and on providing students with an awesome learning platform.
99

@@ -15,7 +15,7 @@ to make sure they do not introduce security vulnerabilities or degrade the ease
1515
of use of the platform.
1616

1717
1.11.x is a development branch for the 1.11.* releases. The master branch is used for the 2.* releases.
18-
1.10.x and 1.11.x are transitional branches that partially uses a series of Symfony 2 modules but rely
18+
1.10.x and 1.11.x are transitional branches that partially use a series of Symfony 2 modules but rely
1919
heavily on Composer to manage the dependencies towards common libraries. Version
2020
2.0 is based on a deeper integration with Symfony 4.
2121

@@ -35,7 +35,7 @@ https://guides.github.com/activities/contributing-to-open-source/
3535

3636
As new major features are added, automated tests should be added that ensure that the feature continues to work in the foreseeable future.
3737

38-
In Chamilo, we rely on "Behat":http://docs.behat.org/en/latest/ to do Automated Behaviour Testing. You can find examples and information on how to run Behat tests in the tests/behat/ folder of your Chamilo installation.
38+
In Chamilo, we rely on "Behat":http://docs.behat.org/en/latest/ to do Automated Behavior Testing. You can find examples and information on how to run Behat tests in the tests/behat/ folder of your Chamilo installation.
3939

4040
Tests are run automatically for every new contribution, courtesy of "Travis-CI":https://travis-ci.org/, so you can follow your feature in time and see whether something breaks it. Check the Chamilo tests URL here: https://travis-ci.org/chamilo/chamilo-lms
4141

@@ -71,8 +71,7 @@ For configuration settings, check https://github.com/chamilo/chamilo-lms/wiki/Ad
7171
# Testing through Docker
7272

7373
*to be updated*
74-
We are working on an official (production) image of Chamilo LMS for Docker.
75-
In the meantime, you can test development versions following more or less this procedure:
74+
We are currently developing an official (production)-ready image of Chamilo LMS for Docker. Until then, you can test development versions using the following procedure:
7675
```
7776
host$ composer run -it ubuntu:14.04.2
7877
root@docker$ apt-get update
@@ -87,7 +86,7 @@ root@docker$ cd html
8786
root@docker$ chmod -R 0777 var/ vendor/ main/lang/ public/
8887
root@docker$ vim /etc/php5/apache2/php.ini
8988
```
90-
Look for timezone and modify it to the best timezone that suits you:
89+
Look for the Time Zone setting and update it to match your preferred location:
9190
```
9291
[Date]
9392
; Defines the default timezone used by the date functions

0 commit comments

Comments
 (0)