aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 8f45d7b..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,12 +0,0 @@
-<!--
-SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net>
-SPDX-License-Identifier: Apache-2.0
--->
-
-# 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.