From 08aa9a2ae6ef4d5fa9b44730a455203486bd8cd0 Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Mon, 12 Feb 2024 14:38:28 +0100 Subject: [PATCH] deprecation notification in red latex --- .github/ISSUE_TEMPLATE/bug_report.md | 52 +---------------------- .github/ISSUE_TEMPLATE/feature_request.md | 21 +-------- .github/PULL_REQUEST_TEMPLATE.md | 41 +----------------- README.md | 7 +-- 4 files changed, 8 insertions(+), 113 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ce52c71d..713fce6f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,54 +7,6 @@ assignees: '' --- - - -**Describe the bug** -A clear and concise description of what the bug is. - -**Version of Helm, Kubernetes and the Nifi chart**: - - -**What happened**: - - -**What you expected to happen**: - - -**How to reproduce it** (as minimally and precisely as possible): - - -**Anything else we need to know**: - -Here are some information that help troubleshooting: - -* if relevant, provide your `values.yaml` or the changes made to the default one (after removing sensitive information) -* the output of the folowing commands: - -Check if a pod is in error: -```bash -kubectl get pod -NAME READY STATUS RESTARTS AGE -myrelease-nifi-0 3/4 Failed 1 56m -myrelease-nifi-registry-0 1/1 Running 0 56m -myrelease-nifi-zookeeper-0 1/1 Running 0 56m -myrelease-nifi-zookeeper-1 1/1 Running 0 56m -myrelease-nifi-zookeeper-2 1/1 Running 0 56m -``` - -Inspect the pod, check the "Events" section at the end for anything suspicious. - -```bash -kubectl describe pod myrelease-nifi-0 -``` - -Get logs on a failed container inside the pod (here the `server` one): - -```bash -kubectl logs myrelease-nifi-0 server -``` +If you are interested in maintaining a fork of this project, please chime in in the [dedicated issue](https://github.com/cetic/helm-nifi/issues/330). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c240bd51..b8bc5b92 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,23 +6,6 @@ labels: '' assignees: '' --- +$${\color{red}This \space project \space is \space not \space maintained \space anymore.}$$ - - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. - +If you are interested in maintaining a fork of this project, please chime in in the [dedicated issue](https://github.com/cetic/helm-nifi/issues/330). diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b2e13b69..84b6799c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,40 +1,3 @@ - - -#### What this PR does / why we need it: - -#### Which issue this PR fixes -*(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)* - - fixes # - -#### Special notes for your reviewer: - -#### Checklist -[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] -- [ ] [DCO](https://github.com/helm/charts/blob/master/CONTRIBUTING.md#sign-your-work) signed -- [ ] Chart Version bumped -- [ ] Variables are documented in the README.md +If you are interested in maintaining a fork of this project, please chime in in the [dedicated issue](https://github.com/cetic/helm-nifi/issues/330). diff --git a/README.md b/README.md index d03f0be1..cc01f188 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,11 @@ [![CircleCI](https://circleci.com/gh/cetic/helm-nifi.svg?style=svg)](https://circleci.com/gh/cetic/helm-nifi/tree/master) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![version](https://img.shields.io/github/tag/cetic/helm-nifi.svg?label=release) ![test](https://github.com/cetic/helm-nifi/actions/workflows/test.yml/badge.svg) -## Maintainers Wanted +## $${\color{red}Maintainers \space Wanted}$$ - - -This project is not maintained anymore. +$${\color{red}This \space project \space is \space not \space maintained \space anymore.}$$ If you are interested in maintaining a fork of this project, please chime in in the [dedicated issue](https://github.com/cetic/helm-nifi/issues/330). - ## Introduction