The Monix project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that Monix is licensed with (Apache 2.0, see LICENSE.txt).
People are expected to follow the Typelevel Code of Conduct when discussing Monix on the Github page, Gitter channel, or other venues.
We hope that our community will be respectful, helpful, and kind. If you find yourself embroiled in a situation that becomes heated, or that fails to live up to our expectations, you should disengage and contact one of the project maintainers in private. We hope to avoid letting minor aggressions and misunderstandings escalate into larger problems.
-
Make sure you can license your work under Apache 2.0
-
Before starting to work, make sure there is a ticket in the issue or create one first. It can help accelerate the acceptance process if the change is agreed upon
-
If you don't have write access to the repository, you should do your work in a local branch of your own fork and then submit a pull request. If you do have write access to the repository, never work directly on master.
-
When the work is completed, submit a Pull Request.
-
Anyone can comment on a pull request and you are expected to answer questions or to incorporate feedback.
-
It is not allowed to force push to the branch on which the pull request is based.
-
It is recommended that the work is accompanied by unit tests.
-
The commit messages should be clear and short one lines, if more details are needed, specify a body.
-
New source files should be accompanied by the copyright header.
-
Follow the structure of the code in this repository and the indentation rules used.
-
Your first commit request should be accompanied with a change to the AUTHORS file, adding yourself to the authors list.
All code must be licensed under the Apache 2.0 license and all files must include the following copyright header:
Copyright (c) 2014-2019 by its authors. Some rights reserved.
See the project homepage at: https://github.com/monix/monix-kafka
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.