diff pages/get-involved.md @ 288:2e13395adcc0

Major design change, footer, texts.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 29 May 2022 01:25:16 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/get-involved.md	Sun May 29 01:25:16 2022 +0900
@@ -0,0 +1,44 @@
+---
+layout: page
+title: Get Involved
+icon: <i class="fas fa-users"></i>
+menu: true
+permalink: get-involved
+---
+
+**What would you like to work on?**
+
+We always need more help improving Octave
+and there are many ways you can contribute.
+You can help by:
+- answering questions on [Discourse]({{ site.discourse_url }}),
+- fixing [Octave bugs]({{ site.bugs_url }}),
+- developing new features,
+- writing Octave packages,
+- ...
+
+For more inspiration,
+in the Octave wiki there is a
+[list of possible projects]({{ site.wiki_url }}/Projects)
+and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ).
+
+Discuss your ideas with us on [Discourse]({{ site.discourse_url }})
+("maintainers" category) or on our IRC
+[Libera `#octave` channel](https://web.libera.chat/#octave).
+
+
+### Get the Development Sources
+
+The latest development sources of GNU Octave are available via
+[Mercurial](https://www.mercurial-scm.org/) (hg).
+The primary repository address is
+[https://www.octave.org/hg/octave](https://www.octave.org/hg/octave),
+which currently redirects to
+[https://hg.savannah.gnu.org/hgweb/octave](https://hg.savannah.gnu.org/hgweb/octave).
+You obtain the latest development version of Octave sources with the following
+command:
+```
+hg clone https://www.octave.org/hg/octave
+```
+The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave wiki
+contains more detailed and recent information about Octave development.