From a6edab35b7281e48e4afd5bf5e8760ddfecf3cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Mon, 8 Feb 2021 07:45:14 -0500 Subject: [PATCH] [meta] updates to repo (#554) --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++++ .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/question.md | 14 -------------- .github/PAUL.yaml | 19 +++++++++++++++++++ README.md | 6 +++--- 5 files changed, 35 insertions(+), 17 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PAUL.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 23966bd2..c56d5794 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -21,6 +21,10 @@ assignees: '' +**Relevant Helm values:** + + + **What did you expect to happen:** **Anything else you would like to add:** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..fd58f0c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: true +contact_links: +- name: Ask a question + url: https://github.com/k8s-at-home/charts/discussions + about: Please ask and answer questions here. +contact_links: +- name: Discuss on Discord + url: https://discord.com/invite/sTMX7Vh + about: Join our Discord community diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 22d3da37..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Question -about: Ask a question to the maintainer -title: '' -labels: question -assignees: '' - ---- - -# Details - -**Ask your question:** - - diff --git a/.github/PAUL.yaml b/.github/PAUL.yaml new file mode 100644 index 00000000..b1a0e3d6 --- /dev/null +++ b/.github/PAUL.yaml @@ -0,0 +1,19 @@ +maintainers: +- billimek +- bjw-s +- carpenike +- onedr0p +labels: true +empty_description_check: + enabled: true + enforced: false +branch_destroyer: + enabled: true + protected_branches: + - master + - gh-pages +pull_requests: + automated_merge: false + cats_enabled: true + dogs_enabled: true + allow_approval: true diff --git a/README.md b/README.md index c7125ed1..fea15808 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,15 @@ You can then run `helm search repo k8s-at-home` to see the charts. See [Artifact Hub](https://artifacthub.io/packages/search?org=k8s-at-home) or [charts](./charts/) for a complete list. -## Common Library +## Common library The majority of the charts in this repository are using a common library we built. The reason we went with this pattern is a lot of applications are pretty similar in their requirements for Helm charts. Using a library makes maintaining much easier and keeps charts consistent in features. If contributing a new chart first try to make it using the library we built. -More information can be found [here](https://github.com/k8s-at-home/charts/tree/master/charts/common). +More information can be found in our [wiki](https://github.com/k8s-at-home/charts/wiki) and in the common chart directory [here](https://github.com/k8s-at-home/charts/tree/master/charts/common). ## Support -- Having problems with a chart or have a feature request? Open a new [issue](https://github.com/k8s-at-home/charts/issues/new/choose). +- Having problems with a chart? Open a new [issue](https://github.com/k8s-at-home/charts/issues/new/choose) or discuss in our [Discord](https://discord.gg/sTMX7Vh) in the `#support` channel. - New idea? Discuss [here](https://github.com/k8s-at-home/charts/discussions) or in our [Discord](https://discord.gg/sTMX7Vh) in the `#charts` channel. ## Contributing