forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MDL-80577-main' of https://github.com/andrewnicols/moodle
- Loading branch information
Showing
7 changed files
with
108 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
> [!IMPORTANT] | ||
> PLEASE DO NOT PUBLISH SECURITY FINDINGS PUBLICLY. | ||
If you discover a potential security issue, please report it via our [Security Submission Form](https://moodle.org/security/report). | ||
|
||
For more information about our security processes and responsible disclosure policy, see the [Security Procedures documentation](https://moodledev.io/general/development/process/security). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Contributing to Moodle | ||
|
||
[Moodle][1] is made by people like you. We are members of a big worldwide community of developers, designers, teachers, testers, translators and many more. We work in universities, schools, companies and other places. You are very welcome to join us and contribute to the project. | ||
|
||
There are many ways that you can contribute to Moodle, not just through development. See our [community contribution guide][2] for some of the many ways that you can help. | ||
|
||
## Github | ||
|
||
> [!NOTE] | ||
> Please do not open pull requests via Github. | ||
All issues should be reported via, and patched provided to the [Moodle Tracker][3]. | ||
|
||
The Moodle [Github][4] repository is a clone of the official Moodle repository, whcih can be found at https://git.moodle.org. | ||
|
||
## Moodle core bug fixes and new features | ||
|
||
Over the years, Moodle has developed a mature process for reporting, reviewing, and accepting patches. This is fully documented in our [documentation on development processes][6], but in summary: | ||
|
||
- Every bug fix or new feature must have a tracker issue. | ||
- You publish the branch implementing the fix or new feature in your public clone of the moodle.git repository (typically on Github). | ||
- Your patch is peer-reviewed, discussed, integrated, tested and then released as a part of one of our weekly releases. | ||
- New features are developed on the `main` branch. Bug fixes are also backported to currently supported maintenance (stable) branches. | ||
|
||
> [!IMPORTANT] | ||
> Please do not publish security issues, or patches releating to them publicly. | ||
> See our [Responsible Disclosure Policy][5] for more information. | ||
|
||
## Moodle plugins | ||
|
||
Moodle has a framework for additional plugins to extend its functionality. We | ||
have a Moodle plugins directory <https://moodle.org/plugins/> where you can | ||
register and maintain your plugin. Plugins hosted in the plugins directory can | ||
be easily installed and updated via the Moodle administration interface. | ||
|
||
* You are expected to have a public source code repository with your plugin | ||
code. | ||
* After registering your plugin in the plugins directory it is reviewed before | ||
being published. | ||
* You are expected to continuously release updated versions of the plugin via | ||
the plugins directory. We do not pull from your code repository; you must do | ||
it explicitly. | ||
|
||
For further details, see <https://moodledev.io/general/community/plugincontribution>. | ||
|
||
[1]: https://moodle.org | ||
[2]: https://moodledev.io/general/community/contribute | ||
[3]: https://tracker.moodle.org | ||
[4]: https://github.com/moodle/moodle | ||
[5]: https://moodledev.io/general/development/process/security | ||
[6]: https://moodledev.io/general/development/process |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Moodle | ||
|
||
<p align="center"><a href="https://moodle.org" target="_blank" title="Moodle Website"> | ||
<img src="https://raw.githubusercontent.com/moodle/moodle/main/.github/moodlelogo.svg" alt="The Moodle Logo"> | ||
</a></p> | ||
|
||
[Moodle][1] is the World's Open Source Learning Platform, widely used around the world by countless universities, schools, companies, and all manner of organisations and individuals. | ||
|
||
Moodle is designed to allow educators, administrators and learners to create personalised learning environments with a single robust, secure and integrated system. | ||
|
||
## Documentation | ||
|
||
- Read our [User documentation][3] | ||
- Discover our [developer documentation][5] | ||
- Take a look at our [demo site][4] | ||
|
||
## Community | ||
|
||
[moodle.org][1] is the central hub for the Moodle Community, with spaces for educators, administrators and developers to meet and work together. | ||
|
||
You may also be interested in: | ||
|
||
- attending a [Moodle Moot][6] | ||
- our regular series of [developer meetings][7] | ||
- the [Moodle User Association][8] | ||
|
||
## Installation and hosting | ||
|
||
Moodle is Free, and Open Source software. You can easily [download Moodle][9] and run it on your own web server, however you may prefer to work with one of our experienced [Moodle Partners][10]. | ||
|
||
Moodle also offers hosting through both [MoodleCloud][11], and our [partner network][10]. | ||
|
||
## License | ||
|
||
Moodle is provided freely as open source software, under version 3 of the GNU General Public License. For more information on our license see | ||
|
||
[1]: https://moodle.org | ||
[2]: https://moodle.com | ||
[3]: https://docs.moodle.org/ | ||
[4]: https://sandbox.moodledemo.net/ | ||
[5]: https://moodledev.io | ||
[6]: https://moodle.com/events/mootglobal/ | ||
[7]: https://moodledev.io/general/community/meetings | ||
[8]: https://moodleassociation.org/ | ||
[9]: https://download.moodle.org | ||
[10]: https://moodle.com/partners | ||
[11]: https://moodle.com/cloud | ||
[12]: https://moodledev.io/general/license |
This file was deleted.
Oops, something went wrong.