Skip to content

Commit

Permalink
Updates README & CONTRIBUTING.md file (opensearch-project#212)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
  • Loading branch information
mihirsoni authored Mar 22, 2021
1 parent 9480574 commit 59b8ae2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ We require that every contribution to OpenSearch is signed with a Developer Cert
Each commit must include a DCO which looks like this

```
`Signed``-``off``-``by``:`` ``Richie`` ``Cunningham`` ``<richie``.cunningham``@email``.``com``>`
Signed-off-by: Richie Cunningham <richie.cunningham@email.com>
```

You may type this line on your own when writing your commit messages. However, if your user.name and user.email are set in your git configs, you can use `-s` or `– – signoff` to add the `Signed-off-by` line to the end of the commit message.
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ We officially began work on the new fork on January 21st, 2021. Since then, we'v

## Guiding Principles

* Great software. If it doesn’t solve a user's problem, everything else is moot. It shall be software you love to use.
* Open source like we mean it. Contributors shall be invested in this being a successful open source project for the long term. It’s all Apache 2.0. There’s no Contributor License Agreement. Easy.
* A level playing field. Contributors shall not tweak the software so that it runs better for any vendor at the expense of others. If this happens, call it out and the contributors shall fix it together as a community.
* Used everywhere. The project goal is for as many people as possible to use it in their business, their software, and their projects. Use it however you want. Surprise the community!
* Made with community input. Project maintainers shall ask for public input on direction, requirements, and implementation for any feature built.
* Open to all contributions. Great open source software is built together, with a diverse community of contributors. If you want to get involved at any level - big, small, or huge - the project maintainers shall find a way to make it happen.
* Respectful, approachable, and friendly. This will be a community where all will be heard, accepted, and valued, whether a new or experienced user or contributor.
* A place to invent and innovate. You will be able to innovate rapidly. This project shall have a stable and predictable foundation that is modular, making it easy to extend.

* **Great software.** If it doesn’t solve your problems, everything else is moot. It’s going to be software you love to use.
* **Open source like we mean it.** We are invested in this being a successful open source project for the long term. It’s all Apache 2.0. There’s no Contributor License Agreement. Easy.
* **A level playing field.** We will not tweak the software so that it runs better for any vendor (including AWS) at the expense of others. If this happens, call it out and we will fix it as a community.
* **Used everywhere.** Our goal is for as many people as possible to use it in their business, their software, and their projects. Use it however you want. Surprise us!
* **Made with your input.** We will ask for public input on direction, requirements, and implementation for any feature we build.
* **Open to contributions.** Great open source software is built together, with a diverse community of contributors. If you want to get involved at any level - big, small, or huge - we will find a way to make that happen. We don’t know what that looks like yet, and we look forward to figuring it out together.
* **Respectful, approachable, and friendly.** This will be a community where you will be heard, accepted, and valued, whether you are a new or experienced user or contributor.
* **A place to invent.** You will be able to innovate rapidly. This project will have a stable and predictable foundation that is modular, making it easy to extend.

## How you can help

Expand Down

0 comments on commit 59b8ae2

Please sign in to comment.