diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-15 10:48:55 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-15 10:48:55 +0300 |
commit | ac0b3e77420acebce04766d9fe4b20c2f344924c (patch) | |
tree | f61136d536689a4ef977e8cb35367cc292d3173c /CONTRIBUTING.md | |
parent | a9996a8b494f851a6cfd187c24583e8307f29b45 (diff) | |
download | auth_token-ac0b3e77420acebce04766d9fe4b20c2f344924c.tar.xz auth_token-ac0b3e77420acebce04766d9fe4b20c2f344924c.zip |
The file 'CONTRIBUTING.md' was added
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1cfd215 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing + +:heart: +We love pull requests from everyone. +By participating in this project, you agree to abide by the +[code of conduct](https://opensource.guide/how-to-contribute). + +Some things that will increase the chance that your pull request is accepted: +* Write tests. +* Follow our +[style guide](https://docs.moodle.org/dev/Coding_style). +* Write a +[good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
\ No newline at end of file |