mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
7b4c5fe29f
Short summary: contributing code you wrote for a class is fine, just don't make the contribution process part of a class.
15 lines
1.1 KiB
Markdown
15 lines
1.1 KiB
Markdown
<!--
|
|
Thank you for your interest in and contributing to Elasticsearch! There
|
|
are a few simple things to check before submitting your pull request
|
|
that can help with the review process. You should delete these items
|
|
from your submission, but they are here to help bring them to your
|
|
attention.
|
|
-->
|
|
|
|
- Have you signed the [contributor license agreement](https://www.elastic.co/contributor-agreement)?
|
|
- Have you followed the [contributor guidelines](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md)?
|
|
- If submitting code, have you built your formula locally prior to submission with `gradle check`?
|
|
- If submitting code, is your pull request against master? Unless there is a good reason otherwise, we prefer pull requests against master and will backport as needed.
|
|
- If submitting code, have you checked that your submission is for an [OS that we support](https://www.elastic.co/support/matrix#show_os)?
|
|
- If you are submitting this code for a class then read our [policy](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md#contributing-as-part-of-a-class) for that.
|