From b5d9ff1c26d39447091d4aebbeaffc8470582023 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 19 Jan 2025 11:53:02 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bb9b7bf --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing + +This is a community maintained chart that is not directly affiliated with the official Pixelfed project, but we are always happy to recieve Issues and Pull Requests. + +## Pull Requests + +1. Please remember to bump the [`version` in `Chart.yaml`](https://github.com/small-hack/pixelfed-chart/blob/main/charts/pixelfed/Chart.yaml#L18). +2. If you don't allow our GitHub Actions Workflows to run on your personal account, please run [`helm-docs`](https://github.com/norwoodj/helm-docs) locally before pushing up, that way the docs stay up to date :) + +## Issues + +Please include the version of the chart you have an feature request or bug report for as well as your values.yaml at the time. If this is about an error, please also include the error and where you found the error (pod log etc).