diff options
author | Kirill Yakovenko <kirill.yakovenko@gmail.com> | 2016-08-30 12:04:41 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 12:04:41 +0600 |
commit | d2342fd96ef8308207e324ff64005f59510f60b4 (patch) | |
tree | 8433b84f6983b35d8a093eead0f68dd4dbfbae45 | |
parent | 3f593ff92382f7a4221f7521329e4674024977fc (diff) | |
download | omaha-server-d2342fd96ef8308207e324ff64005f59510f60b4.zip omaha-server-d2342fd96ef8308207e324ff64005f59510f60b4.tar.gz omaha-server-d2342fd96ef8308207e324ff64005f59510f60b4.tar.bz2 |
Create CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4e455a0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +#Contributing to Omaha-server + +Omaha-server is an open source project and Crystalnix as the owner welcomes everyone who would like to help us by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities. + +In general, we stick to [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/) with one modification which is important for us: + +* **Pull requests.** Please, post your pull requests to the “dev” branch instead of “master”. We’re using the “master” branch only for stable changes. + +Please, don’t forget about [PEP 8](https://www.python.org/dev/peps/pep-0008/) (Style Guide for Python Code) and unit-tests, it’ll increase the chance that your pull request will be accepted. |