Skip to content

Commit b18e8ad

Browse files
committed
Level up markdown content.
Signed-off-by: dblock <dblock@amazon.com>
1 parent 572840e commit b18e8ad

File tree

6 files changed

+53
-85
lines changed

6 files changed

+53
-85
lines changed

ADMINS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Admins
2+
3+
| Admin | GitHub ID | Affiliation |
4+
| --------------- | --------------------------------------- | ----------- |
5+
| Henri Yandell | [hyandell](https://github.com/hyandell) | Amazon |
6+
7+
[This document](https://github.com/opensearch-project/.github/blob/main/ADMINS.md) explains what admins do in this repo. and how they should be doing it. If you're interested in becoming a maintainer, see [MAINTAINERS](MAINTAINERS.md). If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## Code of Conduct
2-
3-
This code of conduct applies to all spaces provided by the OpenSearch project including in code, documentation, issue trackers, mailing lists, chat channels, wikis, blogs, social media and any other communication channels used by the project.
1+
This code of conduct applies to all spaces provided by the OpenSource project including in code, documentation, issue trackers, mailing lists, chat channels, wikis, blogs, social media and any other communication channels used by the project.
42

53
**Our open source communities endeavor to:**
64

@@ -9,7 +7,7 @@ This code of conduct applies to all spaces provided by the OpenSearch project in
97
* Be Respectful: We are committed to encouraging differing viewpoints, accepting constructive criticism and work collaboratively towards decisions that help the project grow. Disrespectful and unacceptable behavior will not be tolerated.
108
* Be Collaborative: We are committed to supporting what is best for our community and users. When we build anything for the benefit of the project, we should document the work we do and communicate to others on how this affects their work.
119

12-
**Our Responsibility.** As contributors, members, or bystanders we each individually have the responsibility to behave professionally and respectfully at all times. Disrespectful and unacceptable behaviors include, but are not limited to:
10+
**Our Responsibility. As contributors, members, or bystanders we each individually have the responsibility to behave professionally and respectfully at all times. Disrespectful and unacceptable behaviors include, but are not limited to:**
1311

1412
* The use of violent threats, abusive, discriminatory, or derogatory language;
1513
* Offensive comments related to gender, gender identity and expression, sexual orientation, disability, mental illness, race, political or religious affiliation;
@@ -19,5 +17,6 @@ This code of conduct applies to all spaces provided by the OpenSearch project in
1917
* Publishing private information, such as physical or electronic address, without permission;
2018
* Other conduct which could reasonably be considered inappropriate in a professional setting;
2119
* Advocating for or encouraging any of the above behaviors.
20+
* Enforcement and Reporting Code of Conduct Issues:
2221

23-
**Enforcement and Reporting Code of Conduct Issues.** Instances of abusive, harassing, or otherwise unacceptable behavior may be reported. [Contact us](mailto:opensource-codeofconduct@amazon.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
22+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported. [Contact us](mailto:opensource-codeofconduct@amazon.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.

CONTRIBUTING.md

Lines changed: 3 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,4 @@
1-
# Contributing Guidelines
1+
## Contributing to this Project
22

3-
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional
4-
documentation, we greatly value feedback and contributions from our community.
5-
6-
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
7-
information to effectively respond to your bug report or contribution.
8-
9-
10-
## Reporting Bugs/Feature Requests
11-
12-
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
13-
14-
When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already
15-
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
16-
17-
* A reproducible test case or series of steps
18-
* The version of our code being used
19-
* Any modifications you've made relevant to the bug
20-
* Anything unusual about your environment or deployment
21-
22-
23-
## Contributing via Pull Requests
24-
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
25-
26-
1. You are working against the latest source on the *main* branch.
27-
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
28-
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
29-
30-
To send us a pull request, please:
31-
32-
1. Fork the repository.
33-
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
34-
3. Ensure local tests pass.
35-
4. Commit to your fork using clear commit messages.
36-
5. Send us a pull request, answering any default questions in the pull request interface.
37-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
38-
39-
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
40-
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
41-
42-
43-
## Finding contributions to work on
44-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.
45-
46-
47-
## Code of Conduct
48-
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
49-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
50-
opensource-codeofconduct@amazon.com with any additional questions or comments.
51-
52-
53-
## Security issue notifications
54-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
55-
56-
57-
## Licensing
58-
59-
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
3+
OpenSearch is a community project that is built and maintained by people just like **you**.
4+
[This document](https://github.com/opensearch-project/.github/blob/main/CONTRIBUTING.md) explains how you can contribute to this and related projects.

MAINTAINERS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Maintainers
2+
3+
| Maintainer | GitHub ID | Affiliation |
4+
| --------------- | --------- | ----------- |
5+
| Kyle Davis | [stockholmux](https://github.com/stockholmux) | Amazon |
6+
| Eli Fisher | [elfisher](https://github.com/elfisher) | Amazon |
7+
8+
[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).

README.md

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,55 @@
11
<img src="https://opensearch.org/assets/img/opensearch-logo-themed.svg" height="64px">
22

3-
- [opensearch.org website](#opensearchorg-website)
3+
- [OpenSearch.org Website](#opensearchorg-website)
4+
- [Getting Help](#getting-help)
45
- [Contributing](#contributing)
56
- [Adding to the Partners Page](#adding-to-the-partners-page)
7+
- [Building the Website](#building-the-website)
8+
- [Code of Conduct](#code-of-conduct)
69
- [Security](#security)
710
- [License](#license)
8-
- [Build](#build)
911
- [Credits](#credits)
1012

11-
# opensearch.org website
13+
# OpenSearch.org Website
1214

13-
This repo contains the source for the opensearch.org website.
15+
This repo contains the source for the [opensearch.org](https://opensearch.org/) website.
16+
17+
## Getting Help
18+
19+
If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.
20+
21+
If you need help and are unsure where to open an issue, try [forums](https://discuss.opendistrocommunity.dev/).
1422

1523
## Contributing
1624

1725
We welcome contributions! Please see our [CONTRIBUTING](CONTRIBUTING.md) page to learn more about how to contribute to the website.
1826

1927
### Adding to the Partners Page
2028

21-
If you are a partner, you are welcome to add your logo/link to our partners page. See the [sample file](https://github.com/opensearch-project/project-website/blob/staging/_partners/_sample.md) and submit a pull request.
29+
If you are a partner, you are welcome to add your logo/link to our partners page. Please copy and edit the [sample file](_partners/_sample.md), and submit a pull request.
2230

23-
## Security
31+
### Building the Website
2432

25-
If you discover potential security issues, see the reporting instructions on our [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) page for more information.
33+
This site uses [Jekyll](https://jekyllrb.com/). You can build the site and make it available on a local server via `docker-compose up -d`, or by installing all the dependencies on your local environment as follows.
2634

27-
## License
35+
1. Install [Ruby](https://www.ruby-lang.org/en/) and run `bundle install`.
36+
2. Build and start Jekyll with `bundle exec jekyll serve`.
37+
3. Browse the site at [`http://127.0.0.1:4000/`](http://127.0.0.1:4000/).
2838

29-
This project is licensed under the BSD-3-Clause License.
39+
Alternatively, build the site with `bundle exec jekyll build`. The HTML output is generated into `/_site`.
3040

31-
## Build
41+
## Code of Conduct
3242

33-
You can build the site and make it available on a local server via:
34-
```
35-
docker-compose up -d
36-
```
37-
or by installing all the dependencies on your local environment:
43+
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.
3844

39-
1. Go to the root of the repo
40-
2. Install [Ruby](https://www.ruby-lang.org/en/)
41-
3. Install [Jekyll](https://jekyllrb.com/)
42-
4. Install dependencies: `bundle install`
43-
5. Build: `bundle exec jekyll serve` for the local server, `bundle exec jekyll build` for one off builds. Either way, the HTML of the site is generated to `/_site`.
45+
## Security
46+
47+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue.
48+
49+
## License
4450

45-
Browse the site at [`http://127.0.0.1:4000/`](http://127.0.0.1:4000/).
51+
This project is licensed under the [BSD-3-Clause License](LICENSE).
4652

4753
## Credits
4854

49-
This website was forked from the BSD-licensed [djangoproject.com](https://github.com/django/djangoproject.com)
55+
This website was forked from the BSD-licensed [djangoproject.com](https://github.com/django/djangoproject.com).

SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Reporting a Vulnerability
2+
3+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or directly via email to aws-security@amazon.com. Please do **not** create a public GitHub issue.

0 commit comments

Comments
 (0)