comparison pages/get-involved.md @ 215:dedb85c54245

Reorganize homepage.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 10 Sep 2020 17:47:36 +0900
parents
children
comparison
equal deleted inserted replaced
214:fe5dcb23372a 215:dedb85c54245
1 ---
2 layout: page
3 title: Get Involved
4 menu: true
5 permalink: get-involved
6 ---
7
8 We always need more help improving Octave
9 and there are many ways you can contribute.
10 You can help by fixing bugs,
11 developing new features,
12 writing [Octave Forge packages]({{ site.sourceforge_url }}),
13 answering questions in Discourse,
14 helping to improve the web pages.
15 If you are wondering what to work on,
16 we have a standard answer:
17 **What would you like to work on?**
18
19 For some inspiration,
20 we do maintain a [list of possible projects]({{ site.wiki_url }}/Projects)
21 and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki.
22
23 If know what to contribute,
24 discuss your ideas with us on [Discourse]({{ site.discourse_url }})
25 ("maintainers" category) or on our IRC
26 [Freenode `{{ site.irc_channel }}` channel](https://webchat.freenode.net/#octave).
27
28
29 ### Using the Development Sources
30
31 The latest development sources of GNU Octave are available via
32 [Mercurial](https://www.mercurial-scm.org/) (hg).
33 The primary repository address is
34 [https://www.octave.org/hg/octave](https://www.octave.org/hg/octave),
35 which currently redirects to
36 [https://hg.savannah.gnu.org/hgweb/octave](https://hg.savannah.gnu.org/hgweb/octave).
37 You obtain the latest development version of Octave sources with the following
38 command:
39
40 {% highlight text %}
41 hg clone https://www.octave.org/hg/octave
42 {% endhighlight %}
43
44 The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki
45 contains more detailed and recent information about Octave development.