summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-12-14 19:05:23 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-08-05 20:09:07 +0200
commitbaf594768866d48897dda1c506910cf83c40964b (patch)
treee7e869023c3cb4bc28342ba4b4b6a074191b1eeb
parent8c6ad29b2ba47732b3fddbf5c3112b4add1ee14d (diff)
WIP: Add CFP (3)
-rw-r--r--content/blog/2018-12-14-call-for-participation-3.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/content/blog/2018-12-14-call-for-participation-3.md b/content/blog/2018-12-14-call-for-participation-3.md
new file mode 100644
index 0000000..b972be9
--- /dev/null
+++ b/content/blog/2018-12-14-call-for-participation-3.md
@@ -0,0 +1,36 @@
+---
+title: "Call for Participation (3)"
+date: "2018-12-04T18:42:06"
+tags: [ "linux", " open source", " programming", " rust", " software", " tools", " imag" ]
+---
+
+
+This is the third call for participation for the imag project.
+
+<hr>
+
+# How can I contribute?
+
+There are several ways to contribute. The most important thing right
+now is to get tools (we call them "modules") implemented. In the sections
+below I list a few things we do not have in the imag ecosystem but would
+really love to have, for example an email tool or a health tracker!
+
+But you can also contribute by testing out imag and reporting your
+experiences. If you find bugs (and trust me - there _are_ bugs) report them!
+Report how you use imag and what you think could be improved (docs of course).
+Also request features, request modules, request the hell out of me - or even
+better: Contribute code!
+
+Contributions (patches, questions, issues/bug reports) can be filed via the
+[mailinglist](/mailinglist).
+
+<hr>
+
+# Replace is-match with matches
+
+**Complexity: low, Effort: low**
+
+The `is-match` crate can be deprecated in favour of the `matches` crate. That
+would be a nice thing to have.
+