Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@draw.io>2021-11-23 01:24:28 +0300
committerDavid Benson <david@draw.io>2021-11-23 01:24:28 +0300
commitb1e358a3a2a3674d425bbac6dc16f127e965be33 (patch)
treeaaeb22463ae2c45a916f9a83bd563806ae14e9c4
parent3a60f678f9ce105816cdb6895e7bd12f569f4269 (diff)
parent85731986e615c478ba0c2213e80e2defe0104564 (diff)
Merge commit '85731986e615c478ba0c2213e80e2defe0104564' into devv15.8.4
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e1029b..9999644 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,19 @@ To release:
*Note*: In Windows release, when using both x64 and is32 as arch, the result is one big file with both archs. This is why we split them.
+
+Open-source, not open-contribution
+----------------------------------
+
+[Similar to SQLite](https://www.sqlite.org/copyright.html), diagrams.net is open
+source but closed to contributions.
+
+The level of complexity of this project means that even simple changes
+can break a _lot_ of other moving parts. The amount of testing required
+is far more than it first seems. If we were to receive a PR, we'd have
+to basically throw it away and write it how we want it to be implemented.
+
+We are grateful for community involvement, bug reports, & feature requests. We do
+not wish to come off as anything but welcoming, however, we've
+made the decision to keep this project closed to contributions for
+the long term viability of the project.