From ea3a217d2a5be5dfdc1c2216f71994ee1370eb1b Mon Sep 17 00:00:00 2001 From: David Date: Wed, 11 Oct 2023 12:16:21 +0200 Subject: [PATCH 1/3] fix link to CONTRIBUTION in feature request template Signed-off-by: David Kilias --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8486f01..317b1d7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,7 +5,7 @@ about: Suggest an idea for this project --- (check apply) -- [ ] read [the contribution guideline](https://github.com/uken/fluent-plugin-elasticsearch/blob/master/CONTRIBUTING.md) +- [ ] read [the contribution guideline](https://github.com/fluent/fluent-plugin-opensearch/blob/master/CONTRIBUTING.md) **Is your feature request related to a problem? Please describe.** From 174ab427735c5ff0c260be66ea0e79563865a620 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 11 Oct 2023 12:16:51 +0200 Subject: [PATCH 2/3] remove unused issue template in root dir Signed-off-by: David Kilias --- ISSUE_TEMPLATE.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index b66b74e..0000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ -(check apply) -- [ ] read [the contribution guideline](https://github.com/fluent/fluent-plugin-opensearch/blob/master/CONTRIBUTING.md) - -#### Problem - -... - -#### Steps to replicate - -Provide example config and message - -#### Expected Behavior or What you need to ask - -... - -#### Using Fluentd and OpenSearch plugin versions - -* OS version -* Bare Metal or within Docker or Kubernetes or others? -* Fluentd v1.0 or later - * paste result of ``fluentd --version`` or ``td-agent --version`` -* OpenSearch plugin version - * paste boot log of fluentd or td-agent - * paste result of ``fluent-gem list``, ``td-agent-gem list`` or your Gemfile.lock -* OpenSearch version (optional) -* OpenSearch template(s) (optional) From dd092c04f40ddbd6ce21c2d901a6328721a56dd6 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 11 Oct 2023 12:18:26 +0200 Subject: [PATCH 3/3] move pull_request_template to .github dir Signed-off-by: David Kilias --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE/pull_request_template.md (100%) diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md