aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2025-02-12 16:46:20 +0100
committerStefan Majewsky <majewsky@gmx.net>2025-02-12 16:52:35 +0100
commit23862346411fb921e1a45f25011c3db601f8591d (patch)
treee611d45959a8ad311e9b6c91e4ef123a3fbcf8e9 /CONTRIBUTING.md
parente739523ac1f926007fcfd8d82e5559df37cc6c6b (diff)
downloadgo-gg-23862346411fb921e1a45f25011c3db601f8591d.tar.gz
v1.0.0v1.0.0
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..21fa275
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,7 @@
+# Notes for contributors
+
+This repository accepts contributions as follows:
+
+- For new methods and functions, feel free to submit a PR right away.
+- For entirely new types, or when adding library dependencies, please open an issue first to discuss the design.
+- Generally, we dislike library dependencies in this house because every dependency means extra work from Dependabot.