aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-03 15:45:37 +0000
committerdacctal <dacctal@symlinx.net>2026-06-03 15:45:37 +0000
commit9e988b65e5084bd0044b8acbf47e23c382e2d95e (patch)
tree390b02a3ffb2893e04d8f2c7afc698a6c6333f10 /CONTRIBUTING.md
parent4f1e0517c6f68bafba38244fd607074079df64b5 (diff)
added uninstall functions for make and meson in default configuration file
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..9d3c4bd
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,9 @@
+# Basics
+To contribute to pkgit, you should go to the xmpp muc `pkgit@muc.symlinx.net` and drop your patch file which *should* contain the changes you made.
+
+# How big can the patches be?
+You should only make one effective change per patch.
+Multiple files can be changed per patch, but only as needed to apply the one change.
+Do not change two separated things in one patch.
+If one change is not related to another, make two patches.
+Unless the patch fundamentally changes how the user interacts with pkgit, you should not change `README.md`.