comparison pages/menu/get-involved.md @ 227:9057b6832c9a

Improve syntax highlight with fenced markup.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Sep 2020 13:18:39 +0900
parents 6de5c7dcc43f
children 598d7f098082
comparison
equal deleted inserted replaced
226:eb7a3afdad8b 227:9057b6832c9a
7 7
8 We always need more help improving Octave 8 We always need more help improving Octave
9 and there are many ways you can contribute. 9 and there are many ways you can contribute.
10 You can help by fixing bugs, 10 You can help by fixing bugs,
11 developing new features, 11 developing new features,
12 writing [Octave Forge packages]({{ site.sourceforge_url }}), 12 writing Octave packages,
13 answering questions in Discourse, 13 answering questions in Discourse,
14 helping to improve the web pages. 14 helping to improve the web pages.
15 If you are wondering what to work on, 15 If you are wondering what to work on,
16 we have a standard answer: 16 we have a standard answer:
17 **What would you like to work on?** 17
18 &nbsp;&nbsp;&nbsp; **What would you like to work on?**
18 19
19 For some inspiration, 20 For some inspiration,
20 we do maintain a [list of possible projects]({{ site.wiki_url }}/Projects) 21 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 and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki.
22 23
34 [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),
35 which currently redirects to 36 which currently redirects to
36 [https://hg.savannah.gnu.org/hgweb/octave](https://hg.savannah.gnu.org/hgweb/octave). 37 [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 You obtain the latest development version of Octave sources with the following
38 command: 39 command:
39 40 ```
40 {% highlight text %}
41 hg clone https://www.octave.org/hg/octave 41 hg clone https://www.octave.org/hg/octave
42 {% endhighlight %} 42 ```
43
44 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
45 contains more detailed and recent information about Octave development. 44 contains more detailed and recent information about Octave development.