From d1f28f1c527f32bee629bb7464d7db9e494775a5 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Mon, 1 Feb 2021 17:30:12 +0800 Subject: [PATCH] dist: add examples about contributions --- distribution/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/distribution/README.md b/distribution/README.md index 6f490f21..1d6fa716 100644 --- a/distribution/README.md +++ b/distribution/README.md @@ -46,7 +46,7 @@ Other distribution methods may rely on generated standalone executables. ### Misc -`shared` folder hosts files that may be useful in a package, in addition to: +`shared` folder hosts files that may be useful in a package, in addition to (at the root of project): ``` CHANGELOG.md @@ -80,4 +80,10 @@ TBD. ### Contributing -Contributions are welcome. +Contributions are welcome. There are many ways to contribute. For instance: + +Add a link here if you are maintaining a package of Flood in the official repository of your distribution/platform, so people know there is such an option and may assist with your efforts. + +Contribute the files needed to build a package for your distribution. + +Tweak or add continuous integration workflows to support your distribution.