diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index fdd05f0d7745d..0000000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,46 +0,0 @@ - - - - -**Describe the feature**: - - - -**Elasticsearch version** (`bin/elasticsearch --version`): - -**Plugins installed**: [] - -**JVM version** (`java -version`): - -**OS version** (`uname -a` if on a Unix-like system): - -**Description of the problem including expected versus actual behavior**: - -**Steps to reproduce**: - -Please include a *minimal* but *complete* recreation of the problem, including -(e.g.) index creation, mappings, settings, query etc. The easier you make for -us to reproduce it, the more likely that somebody will take the time to look at it. - - 1. - 2. - 3. - -**Provide logs (if relevant)**: - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6a4531f1bdefa..0000000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,14 +0,0 @@ - - -- 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.