Skip to content

Commit

Permalink
Prepare community files
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacodes committed Jun 3, 2022
1 parent e8a303b commit 2bdaf03
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 11 deletions.
12 changes: 6 additions & 6 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Code of Conduct
# ContainerSSH Code of Conduct

ContainerSSH aims to be a welcoming community for everyone to talk about and develop this open source tool. We kindly ask you to follow these four simple rules:
We care about our code *and* our community. With your contribution to this project, you agree to adhere to the ContainerSSH Code of Conduct and follow these four simple rules:

1. Be nice to each other.
2. Assume good intentions.
3. Attack the idea not the person.
4. Please take politics and off-topic discussions elsewhere.
3. Attack the idea, not the person.
4. Take politics and off-topic discussions elsewhere.

It sometimes happens that our words don't read like we intend them to, especially online. However, we do not tolerate rude behavior of any kind on our platforms. In such a case our moderators will gently remind the person in question to be kind to each other. On repeated violations we will ask the person in question to leave our community.
It can sometimes happen that our words are misunderstood. However, we do neither tolerate nor accept rude behavior of any kind in our community. ContainerSSH core maintainers have the right to remove or edit any contributions from this project should they find that they are violating our code of conduct. Repeat or severe offenders may also be permanently banned from having a space in the community.

If you witness such behavior, or you are personally attacked please refrain from answering if possible and contact our staff at handshake@containerssh.io.
If you witness unacceptable behavior, or are personally attacked, please refrain from answering if possible and contact our core maintainers at handshake@containerssh.io.
22 changes: 19 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Contributing to ContainerSSH

Welcome! And a big thank you for wanting to contribute!
Welcome - and a big thank you for wanting to contribute!

Let's get you started. First of all, this project is licensed under the [MIT-0 license](LICENSE.md). This means that the code you submit will be usable for anyone for any purpose free of charge. Please submit code that you personally own or have permission to submit under this license, and only if you are ok with that.
Let's get you started. This project is licensed under the [MIT-0 license](LICENSE.md). This means that the code you submit will be usable for anyone for any purpose free of charge. You should only submit code that you personally own or have permission to submit under this license - and only if you are ok with that.

That's out of the way, let's focus on making your contribution happen. For the coding aspects we recommend reading the [development guide](https://containerssh.io/development/). It runs you through the nitty-gritty details of setting up the development environment.
For the coding aspects, we recommend reading the [development guide](https://containerssh.io/development/). You can also [join our Slack channel](https://join.slack.com/t/containerssh/shared_invite/zt-w2ulatkm-hjGHk8OaxQCBX79XKJHAQQ) to communicate with our community members directly.

## Steps to your contribution

Whether you have a big contribution incoming, a small typo fix, or any other type of contribution you would like to add, the process is the same:

1. Make sure you understand the [license](LICENSE.md) and agree to the [Developer Certificate of Origin](DCO.md)
2. Submit a pull request to the [relevant repository](https://github.com/containerssh)
3. Wait for a maintainer to review your contribution

## Requirement

⚠️ By contributing to ContainerSSH, you certify that you understand and agree to the contents of the [Developer Certificate of Origin](https://developercertificate.org/).

## Note

If you would like to appear in the [list of contributors](https://containerssh.io/about/) on the ContainerSSH website, you can also submit a pull request to [our contributors file](https://github.com/ContainerSSH/containerssh.github.io/blob/main/contributors.yaml) once you have successfully completed your first contribution.
35 changes: 35 additions & 0 deletions DCO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Developer Certificate of Origin

Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

---

## Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
11 changes: 9 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# MIT No Attribution License (MIT-0)
# License

The ContainerSSH codebase is licensed under the MIT No Attribution License (MIT-0), with the following exceptions:

1. To keep things fair, the ContainerSSH name, logos, and graphic assets located in the [branding repository](https://github.com/ContainerSSH/branding/) may only be used in accordance with the [ContainerSSH brand license](https://github.com/ContainerSSH/branding/blob/main/LICENSE.md).
2. Company marks such as GitHub, Docker, Twitter, etc. Trademarks are properties of their respective owners and may only be used according to their trademark guidelines.

## MIT No Attribution License (MIT-0)

Copyright (c) 2020 ContainerSSH contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 2bdaf03

Please sign in to comment.