-
Notifications
You must be signed in to change notification settings - Fork 1
/
CONTRIBUTING.md.txt
17 lines (11 loc) · 988 Bytes
/
CONTRIBUTING.md.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Contributing
We always welcome any type of code contribution. If you are interested in helping with the development, here you can find some brief indications about how to do it.
[Fork](https://help.github.com/articles/fork-a-repo/), then clone the repo:
```
git clone git@github.com:your-username/moodle-mod_ejsapp.git
```
Push to your fork and [submit a pull request](https://github.com/UNEDLabs/moodle-mod_ejsapp/compare/). A tutorial on how to do this can be found [here](https://yangsu.github.io/pull-request-tutorial/)
At this point, as we say in Spain, the ball is in our roof, meaning that now its our turn to do something. You can probably expect us to comment on your pull requests within three business days. We may suggest some changes or improvements or alternatives.
A couple of things that will increase the chance that your pull request is accepted:
Follow [Moodle's style guide](https://docs.moodle.org/33/en/MoodleDocs:Style_guide).
Write a good commit message.