From 1ec6aa2310557d0f63631ee638061f13eafea682 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 19 Jan 2025 11:55:46 +0100 Subject: [PATCH] Update README.md - clean up the contributing section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 15945e7..4507a73 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,13 @@ helm install --namespace pixelfed --create-namespace pixelfed/pixelfed --values You can find the general Pixelfed configuration docs here: https://docs.pixelfed.org/running-pixelfed/installation.html + +## Contibuting + +### Bugs and other Issues + +If you have a bug to report or a feature to request, you can first search the GitHub Issues, and if you can't find what you're looking for, feel free to open an Issue. + +### Contributing to the Code + +We're always happy to review a pull request :) Please check out the [contributing doc](CONTRIBUTING.md).