comparison 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
comparison
equal deleted inserted replaced
287:7b528322279e 288:2e13395adcc0
1 ---
2 layout: page
3 title: Get Involved
4 icon: <i class="fas fa-users"></i>
5 menu: true
6 permalink: get-involved
7 ---
8
9 **What would you like to work on?**
10
11 We always need more help improving Octave
12 and there are many ways you can contribute.
13 You can help by:
14 - answering questions on [Discourse]({{ site.discourse_url }}),
15 - fixing [Octave bugs]({{ site.bugs_url }}),
16 - developing new features,
17 - writing Octave packages,
18 - ...
19
20 For more inspiration,
21 in the Octave wiki there is a
22 [list of possible projects]({{ site.wiki_url }}/Projects)
23 and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ).
24
25 Discuss your ideas with us on [Discourse]({{ site.discourse_url }})
26 ("maintainers" category) or on our IRC
27 [Libera `#octave` channel](https://web.libera.chat/#octave).
28
29
30 ### Get the Development Sources
31
32 The latest development sources of GNU Octave are available via
33 [Mercurial](https://www.mercurial-scm.org/) (hg).
34 The primary repository address is
35 [https://www.octave.org/hg/octave](https://www.octave.org/hg/octave),
36 which currently redirects to
37 [https://hg.savannah.gnu.org/hgweb/octave](https://hg.savannah.gnu.org/hgweb/octave).
38 You obtain the latest development version of Octave sources with the following
39 command:
40 ```
41 hg clone https://www.octave.org/hg/octave
42 ```
43 The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave wiki
44 contains more detailed and recent information about Octave development.