From 2ebd201da91433fc84e75296dae9f8f3e4ff1139 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Sun, 25 May 2025 16:52:44 +0200 Subject: [PATCH] Add brief contributing instructions in README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f6be8bd..07651bd 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,16 @@ To work correctly this plugin uses a custom metadata file that is updated every Other plugins don't know about that file, so if you sync with others too you risk losing data. +## Contributing + +Contributions are obviously accepted. + +Bug fixes are always welcome, new feature must be discussed first. Open a [discussion](https://github.com/silvanocerza/github-gitless-sync/discussions) and let's talk in that case. + +Keep PRs as small as possible, I won't review PRs with hundreds of lines if it's mostly code. + +Low quality or vibe coded PRs are not welcome. Put some effort in it please. + ## License The project is licensed under the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html) license.