comparison pages/menu/get-involved.md @ 241:598d7f098082

Overhaul website, less JavaScript, more FontAwesome.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 18 Mar 2021 15:59:24 +0900
parents 9057b6832c9a
children 913a36644f74
comparison
equal deleted inserted replaced
240:fd916b69fb1d 241:598d7f098082
1 --- 1 ---
2 layout: page 2 layout: page
3 title: Get Involved 3 title: Get Involved
4 icon: <i class="fas fa-users"></i>
4 menu: true 5 menu: true
5 permalink: get-involved 6 permalink: get-involved
6 --- 7 ---
7 8
9 **What would you like to work on?**
10
8 We always need more help improving Octave 11 We always need more help improving Octave
9 and there are many ways you can contribute. 12 and there are many ways you can contribute.
10 You can help by fixing bugs, 13 You can help by:
11 developing new features, 14 - answering questions on [Discourse]({{ site.discourse_url }}),
12 writing Octave packages, 15 - fixing [Octave bugs]({{ site.bugs_url }}),
13 answering questions in Discourse, 16 - developing new features,
14 helping to improve the web pages. 17 - writing Octave packages,
15 If you are wondering what to work on, 18 - ...
16 we have a standard answer:
17 19
18 &nbsp;&nbsp;&nbsp; **What would you like to work on?** 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).
19 24
20 For some inspiration, 25 Discuss your ideas with us on [Discourse]({{ site.discourse_url }})
21 we do maintain a [list of possible projects]({{ site.wiki_url }}/Projects)
22 and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki.
23
24 If know what to contribute,
25 discuss your ideas with us on [Discourse]({{ site.discourse_url }})
26 ("maintainers" category) or on our IRC 26 ("maintainers" category) or on our IRC
27 [Freenode `{{ site.irc_channel }}` channel](https://webchat.freenode.net/#octave). 27 [Freenode `{{ site.irc_channel }}` channel](https://webchat.freenode.net/#octave).
28 28
29 29
30 ### Using the Development Sources 30 ### Get the Development Sources
31 31
32 The latest development sources of GNU Octave are available via 32 The latest development sources of GNU Octave are available via
33 [Mercurial](https://www.mercurial-scm.org/) (hg). 33 [Mercurial](https://www.mercurial-scm.org/) (hg).
34 The primary repository address is 34 The primary repository address is
35 [https://www.octave.org/hg/octave](https://www.octave.org/hg/octave), 35 [https://www.octave.org/hg/octave](https://www.octave.org/hg/octave),
38 You obtain the latest development version of Octave sources with the following 38 You obtain the latest development version of Octave sources with the following
39 command: 39 command:
40 ``` 40 ```
41 hg clone https://www.octave.org/hg/octave 41 hg clone https://www.octave.org/hg/octave
42 ``` 42 ```
43 The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki 43 The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave wiki
44 contains more detailed and recent information about Octave development. 44 contains more detailed and recent information about Octave development.