You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CODE_OF_CONDUCT.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Our Pledge
4
4
5
5
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
7
7
our community a harassment-free experience for everyone, regardless of age, body
8
8
size, disability, ethnicity, sex characteristics, gender identity and expression,
9
9
level of experience, education, socio-economic status, nationality, personal
@@ -28,8 +28,7 @@ Examples of unacceptable behavior by participants include:
28
28
* Public or private harassment
29
29
* Publishing others' private information, such as a physical or electronic
30
30
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.
As new major features are added, automated tests should be added that ensure that the feature continues to work in the foreseeable future.
37
37
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.
39
39
40
40
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
41
41
@@ -71,8 +71,7 @@ For configuration settings, check https://github.com/chamilo/chamilo-lms/wiki/Ad
71
71
# Testing through Docker
72
72
73
73
*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:
0 commit comments